COLOR #0F9B29

HEX: #0F9B29
RGB: (15,155,41)

Color info

#0F9B29 contains mainly green color. Web safe color of #0F9B29 is #009933 (or #093).

RGB color model

#0F9B29 color RGB value is (15,155,41).

  • red value is 15;
  • green value is 155;
  • blue value is 41.
RGB:
(15,155,41)
(6%,61%,16%)

RGB channels and saturation

R 15 of 255 = 6%
G 155 of 255 = 61%
B 41 of 255 = 16%

15
155
41

R + G + B ~ 28%. #0F9B29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 155 + 41 = 211 (100%)
R 15 of 211 ~ 7.11%
G 155 of 211 ~ 73.46%
B 41 of 211 ~ 19.43%

%73.46
%19.43

CMYK color model

#0F9B29 color CMYK value is (90,0,74,39).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 73.55%
  • key color value is 39.22%
CMYK:
(90,0,74,39)
C90M0Y74K39 
(90%,0%,74%,39%)
(0.90/0.00/0.74/0.39)	

CMYK percentages

%90.32
%0
%73.55
%39.22

Codes

Color #0F9B29 in popluar color models

0F9B29
RGB1515541
HSL131°82.35%33.33%
HSB/HSV131°90.32%60.78%
CMYK90.32%0.00%73.55%
39.22%

Color #0F9B29 in popluar number systems.

HEX0F9B29
Decimal1515541
Binary111110011011101001
Octal1723351

Shades and tints

Shades of #0F9B29

#0F9B29
(15,155,41)
#0E8D26
(14,141,38)
#0D7F23
(13,127,35)
#0C7120
(12,113,32)
#0B631D
(11,99,29)
#0A551A
(10,85,26)
#094717
(9,71,23)
#083914
(8,57,20)
#072B11
(7,43,17)
#061D0E
(6,29,14)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #0F9B29

#0F9B29
(15,155,41)
#24A43C
(36,164,60)
#39AD4F
(57,173,79)
#4EB662
(78,182,98)
#63BF75
(99,191,117)
#78C888
(120,200,136)
#8DD19B
(141,209,155)
#A2DAAE
(162,218,174)
#B7E3C1
(183,227,193)
#CCECD4
(204,236,212)
#E1F5E7
(225,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F9B29 color. Also use rgb(15,155,41) instead hex code.

Text Font Color

.myTextColor { color: #0F9B29; }

<p style="color:#0F9B29">This sample text font color is #0F9B29.</p>

This text font color is #0F9B29.


Background Color

.myBgColor { background-color: #0F9B29; }

<div style="background-color:#0F9B29">Inner text</div>

This div background color is #0F9B29.


Border color

.myBorderColor { border: 1px solid #0F9B29; }

<div style="border:3px solid #0F9B29">Div</div>

This div border color is #0F9B29.


Opacity

.myOpacity80 { color: #0F9B29; opacity: 0.8; }

<p style="color:#0F9B29;opacity:0.8;">80%</p>

Text with #0F9B29 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F9B29;}

<p style="text-shadow: 3px 3px 1px #0F9B29">Text here.</p>

This text has shadow with #0F9B29 color.

.textShadow {text-shadow: 3px 3px 1px #0F9B29, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F9B29, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F9B29 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F9B29, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F9B29, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F9B29 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F9B29;
  -webkit-box-shadow:	1px 1px 3px 2px #0F9B29;
  box-shadow:		1px 1px 3px 2px #0F9B29;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F9B29;
-webkit-box-shadow: 1px 1px 3px 2px #0F9B29;
box-shadow:1px 1px 3px 2px #0F9B29;">
Div content here</div>
This div box has shadow with color #0F9B29.

Preview

Color preview on black background

This text has color #0F9B29 on black background.


Color preview on white background

This text has color #0F9B29 on white background.



Black color preview on #0F9B29 background

This text has black color on #0F9B29 background.


White color preview on #0F9B29 background

This text has white color on #0F9B29 background.