#0B9532

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

Shades of Forest Green #0B9532

Tints of Forest Green #0B9532

Color information

#0B9532 (or 0x0B9532) is unknown color: approx Forest Green. HEX triplet: 0B, 95 and 32. RGB value is (11,149,50). Sum of RGB (Red+Green+Blue) = 11+149+50=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9532 is #F46ACD. Grayscale: #606060. Windows color (decimal): -16018126 or 3314955. OLE color: 3314955.

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

Color convert

RGB1114950-
CMYK0.9300.660.42
HSL136.96º86.25%31.37%-
HSV(B)136.96º92.62%58.43%-
XYZ11.4621.86.62-
YUV96.45101.7867.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.24%
GREEN value IS 149 (58.59% from 255) = 70.95%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=5.24%
G=70.95%
B=23.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11149500.9300.660.42136.9686.2531.37
HexB95325D0422A89561f
Octal132256213501025221112637
Binary10111001010111001010111010100001010101010001001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,149,50); }

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

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

 a { background-color: rgb(11,149,50); }

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

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

 span { border-color: rgb(11,149,50); }

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