#0B961F

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

Shades of Forest Green #0B961F

Tints of Forest Green #0B961F

Color information

#0B961F (or 0x0B961F) is unknown color: approx Forest Green. HEX triplet: 0B, 96 and 1F. RGB value is (11,150,31). Sum of RGB (Red+Green+Blue) = 11+150+31=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #0B961F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B961F is #F469E0. Grayscale: #5F5F5F. Windows color (decimal): -16017889 or 2070027. OLE color: 2070027.

HSL color Cylindrical-coordinate representation of color #0B961F: hue angle of 128.63º 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 #0B961F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1115031-
CMYK0.9300.790.41
HSL128.63º86.34%31.57%-
HSV(B)128.63º92.67%58.82%-
XYZ11.2921.984.94-
YUV94.8791.9568.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 150 (58.98% from 255) = 78.12%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=5.73%
G=78.12%
B=16.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150310.9300.790.41128.6386.3431.57
HexB961F5D04F29815620
Octal132263713501175120112640
Binary10111001011011111101110101001111101001100000011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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