#0B821C

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

Shades of Forest Green #0B821C

Tints of Forest Green #0B821C

Color information

#0B821C (or 0x0B821C) is unknown color: approx Forest Green. HEX triplet: 0B, 82 and 1C. RGB value is (11,130,28). Sum of RGB (Red+Green+Blue) = 11+130+28=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #0B821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B821C is #F47DE3. Grayscale: #535353. Windows color (decimal): -16023012 or 1868299. OLE color: 1868299.

HSL color Cylindrical-coordinate representation of color #0B821C: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B821C is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1113028-
CMYK0.9200.780.49
HSL128.57º84.4%27.65%-
HSV(B)128.57º91.54%50.98%-
XYZ8.3316.123.77-
YUV82.7997.0876.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 130 (51.17% from 255) = 76.92%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=6.51%
G=76.92%
B=16.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11130280.9200.780.49128.5784.427.65
HexB821C5C04E3181541c
Octal132023413401166120112434
Binary1011100000101110010111000100111011000110000001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,130,28); }

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

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

 a { background-color: rgb(11,130,28); }

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

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

 span { border-color: rgb(11,130,28); }

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