#0B902B

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

Shades of Forest Green #0B902B

Tints of Forest Green #0B902B

Color information

#0B902B (or 0x0B902B) is unknown color: approx Forest Green. HEX triplet: 0B, 90 and 2B. RGB value is (11,144,43). Sum of RGB (Red+Green+Blue) = 11+144+43=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #0B902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B902B is #F46FD4. Grayscale: #5C5C5C. Windows color (decimal): -16019413 or 2854923. OLE color: 2854923.

HSL color Cylindrical-coordinate representation of color #0B902B: hue angle of 134.44º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B902B is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1114443-
CMYK0.9200.700.44
HSL134.44º85.81%30.39%-
HSV(B)134.44º92.36%56.47%-
XYZ10.5520.195.63-
YUV92.7299.9469.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 144 (56.64% from 255) = 72.73%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=5.56%
G=72.73%
B=21.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11144430.9200.700.44134.4485.8130.39
HexB902B5C0462C86561e
Octal132205313401065420612636
Binary10111001000010101110111000100011010110010000110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,144,43); }

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

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

 a { background-color: rgb(11,144,43); }

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

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

 span { border-color: rgb(11,144,43); }

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