COLOR #0B9E29

HEX: #0B9E29
RGB: (11,158,41)

Color info

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

RGB color model

#0B9E29 color RGB value is (11,158,41).

  • red value is 11;
  • green value is 158;
  • blue value is 41.
RGB:
(11,158,41)
(4%,62%,16%)

RGB channels and saturation

R 11 of 255 = 4%
G 158 of 255 = 62%
B 41 of 255 = 16%

11
158
41

R + G + B ~ 27%. #0B9E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 158 + 41 = 210 (100%)
R 11 of 210 ~ 5.24%
G 158 of 210 ~ 75.24%
B 41 of 210 ~ 19.52%

%75.24
%19.52

CMYK color model

#0B9E29 color CMYK value is (93,0,74,38).

  • cyan value is 93.04%
  • magenta value is 0.00%
  • yellow value is 74.05%
  • key color value is 38.04%
CMYK:
(93,0,74,38)
C93M0Y74K38 
(93%,0%,74%,38%)
(0.93/0.00/0.74/0.38)	

CMYK percentages

%93.04
%0
%74.05
%38.04

Codes

Color #0B9E29 in popluar color models

0B9E29
RGB1115841
HSL132°86.98%33.14%
HSB/HSV132°93.04%61.96%
CMYK93.04%0.00%74.05%
38.04%

Color #0B9E29 in popluar number systems.

HEX0B9E29
Decimal1115841
Binary101110011110101001
Octal1323651

Shades and tints

Shades of #0B9E29

#0B9E29
(11,158,41)
#0A9026
(10,144,38)
#098223
(9,130,35)
#087420
(8,116,32)
#07661D
(7,102,29)
#06581A
(6,88,26)
#054A17
(5,74,23)
#043C14
(4,60,20)
#032E11
(3,46,17)
#02200E
(2,32,14)
#01120B
(1,18,11)
#000000
(0,0,0)

Tints of #0B9E29

#0B9E29
(11,158,41)
#21A63C
(33,166,60)
#37AE4F
(55,174,79)
#4DB662
(77,182,98)
#63BE75
(99,190,117)
#79C688
(121,198,136)
#8FCE9B
(143,206,155)
#A5D6AE
(165,214,174)
#BBDEC1
(187,222,193)
#D1E6D4
(209,230,212)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B9E29 color. Also use rgb(11,158,41) instead hex code.

Text Font Color

.myTextColor { color: #0B9E29; }

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

This text font color is #0B9E29.


Background Color

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

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

This div background color is #0B9E29.


Border color

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

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

This div border color is #0B9E29.


Opacity

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

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

Text with #0B9E29 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 #0B9E29;}

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

This text has shadow with #0B9E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B9E29 on black background.


Color preview on white background

This text has color #0B9E29 on white background.



Black color preview on #0B9E29 background

This text has black color on #0B9E29 background.


White color preview on #0B9E29 background

This text has white color on #0B9E29 background.