#0B902C

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

Shades of Forest Green #0B902C

Tints of Forest Green #0B902C

Color information

#0B902C (or 0x0B902C) is unknown color: approx Forest Green. HEX triplet: 0B, 90 and 2C. RGB value is (11,144,44). Sum of RGB (Red+Green+Blue) = 11+144+44=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #0B902C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B902C is #F46FD3. Grayscale: #5D5D5D. Windows color (decimal): -16019412 or 2920459. OLE color: 2920459.

HSL color Cylindrical-coordinate representation of color #0B902C: hue angle of 134.89º 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 #0B902C is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1114444-
CMYK0.9200.690.44
HSL134.89º85.81%30.39%-
HSV(B)134.89º92.36%56.47%-
XYZ10.5720.25.72-
YUV92.83100.4469.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.53%
GREEN value IS 144 (56.64% from 255) = 72.36%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=5.53%
G=72.36%
B=22.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11144440.9200.690.44134.8985.8130.39
HexB902C5C0452C87561e
Octal132205413401055420712636
Binary10111001000010110010111000100010110110010000111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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