#0B962A

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

Shades of Forest Green #0B962A

Tints of Forest Green #0B962A

Color information

#0B962A (or 0x0B962A) is unknown color: approx Forest Green. HEX triplet: 0B, 96 and 2A. RGB value is (11,150,42). Sum of RGB (Red+Green+Blue) = 11+150+42=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #0B962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B962A is #F469D5. Grayscale: #606060. Windows color (decimal): -16017878 or 2790923. OLE color: 2790923.

HSL color Cylindrical-coordinate representation of color #0B962A: hue angle of 133.38º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B962A is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1115042-
CMYK0.9300.720.41
HSL133.38º86.34%31.57%-
HSV(B)133.38º92.67%58.82%-
XYZ11.4622.055.84-
YUV96.1397.4567.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 150 (58.98% from 255) = 73.89%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=5.42%
G=73.89%
B=20.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150420.9300.720.41133.3886.3431.57
HexB962A5D04829855620
Octal132265213501105120512640
Binary101110010110101010101110101001000101001100001011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,42); }

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

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

 a { background-color: rgb(11,150,42); }

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

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

 span { border-color: rgb(11,150,42); }

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