#0B7B20

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

Shades of Forest Green #0B7B20

Tints of Forest Green #0B7B20

Color information

#0B7B20 (or 0x0B7B20) is unknown color: approx Forest Green. HEX triplet: 0B, 7B and 20. RGB value is (11,123,32). Sum of RGB (Red+Green+Blue) = 11+123+32=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 123 (48.44% from 255 or 74.10% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7B20 is #F484DF. Grayscale: #4F4F4F. Windows color (decimal): -16024800 or 2128651. OLE color: 2128651.

HSL color Cylindrical-coordinate representation of color #0B7B20: hue angle of 131.25º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B20 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB1112332-
CMYK0.9100.740.52
HSL131.25º83.58%26.27%-
HSV(B)131.25º91.06%48.24%-
XYZ7.4814.343.74-
YUV79.14101.3979.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 123 (48.44% from 255) = 74.10%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=6.63%
G=74.10%
B=19.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11123320.9100.740.52131.2583.5826.27
HexB7B205B04A3483541a
Octal131734013301126420312432
Binary1011111101110000010110110100101011010010000011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,32); }

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

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

 a { background-color: rgb(11,123,32); }

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

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

 span { border-color: rgb(11,123,32); }

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