#0B7A21

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

Shades of Forest Green #0B7A21

Tints of Forest Green #0B7A21

Color information

#0B7A21 (or 0x0B7A21) is unknown color: approx Forest Green. HEX triplet: 0B, 7A and 21. RGB value is (11,122,33). Sum of RGB (Red+Green+Blue) = 11+122+33=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7A21 is #F485DE. Grayscale: #4E4E4E. Windows color (decimal): -16025055 or 2193931. OLE color: 2193931.

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

Color convert

RGB1112233-
CMYK0.9100.730.52
HSL131.89º83.46%26.08%-
HSV(B)131.89º90.98%47.84%-
XYZ7.3714.13.77-
YUV78.66102.2379.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 122 (48.05% from 255) = 73.49%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=6.63%
G=73.49%
B=19.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11122330.9100.730.52131.8983.4626.08
HexB7A215B0493484531a
Octal131724113301116420412332
Binary1011111101010000110110110100100111010010000100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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