#0B9333

Color #0B9333 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0B9333

Tints of Forest Green #0B9333

Color information

#0B9333 (or 0x0B9333) is unknown color: approx Forest Green. HEX triplet: 0B, 93 and 33. RGB value is (11,147,51). Sum of RGB (Red+Green+Blue) = 11+147+51=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #0B9333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9333 is #F46CCC. Grayscale: #5F5F5F. Windows color (decimal): -16018637 or 3379979. OLE color: 3379979.

HSL color Cylindrical-coordinate representation of color #0B9333: hue angle of 137.65º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9333 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1114751-
CMYK0.9300.650.42
HSL137.65º86.08%30.98%-
HSV(B)137.65º92.52%57.65%-
XYZ11.1721.186.63-
YUV95.39102.9467.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 147 (57.81% from 255) = 70.33%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=5.26%
G=70.33%
B=24.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11147510.9300.650.42137.6586.0830.98
HexB93335D0412A8a561f
Octal132236313501015221212637
Binary10111001001111001110111010100000110101010001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9333; }

 p { color: rgb(11,147,51); }

 H1.HeaderClassName
 {
   color: #0B9333;
 }
 .AnyTagClassName
 {
   color: #0B9333;
 }
</style>
background-color css

<style>
 a { background-color: #0B9333; }

 a { background-color: rgb(11,147,51); }

 div.DivClassName
 {
   background-color: #0B9333;
 }
 .BgClassName
 {
   background-color: #0B9333;
 }
</style>
border-color css

<style>
 span { border-color: #0B9333; }

 span { border-color: rgb(11,147,51); }

 td.TdClassName
 {
   border-color: #0B9333;
 }
 .TagClassName
 {
   border-color: #0B9333;
 }
</style>