#0B7A20

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

Shades of Forest Green #0B7A20

Tints of Forest Green #0B7A20

Color information

#0B7A20 (or 0x0B7A20) is unknown color: approx Forest Green. HEX triplet: 0B, 7A and 20. RGB value is (11,122,32). Sum of RGB (Red+Green+Blue) = 11+122+32=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 122 (48.05% from 255 or 73.94% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7A20 is #F485DF. Grayscale: #4E4E4E. Windows color (decimal): -16025056 or 2128395. OLE color: 2128395.

HSL color Cylindrical-coordinate representation of color #0B7A20: hue angle of 131.35º degrees, saturation: 0.83, 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 #0B7A20 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB1112232-
CMYK0.9100.740.52
HSL131.35º83.46%26.08%-
HSV(B)131.35º90.98%47.84%-
XYZ7.3614.093.7-
YUV78.55101.7379.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.67%
GREEN value IS 122 (48.05% from 255) = 73.94%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=6.67%
G=73.94%
B=19.39%

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
Decimal11122320.9100.740.52131.3583.4626.08
HexB7A205B04A3483531a
Octal131724013301126420312332
Binary1011111101010000010110110100101011010010000011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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