#0C821E

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

Shades of Forest Green #0C821E

Tints of Forest Green #0C821E

Color information

#0C821E (or 0x0C821E) is unknown color: approx Forest Green. HEX triplet: 0C, 82 and 1E. RGB value is (12,130,30). Sum of RGB (Red+Green+Blue) = 12+130+30=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #0C821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C821E is #F37DE1. Grayscale: #535353. Windows color (decimal): -15957474 or 1999372. OLE color: 1999372.

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

Color convert

RGB1213030-
CMYK0.9100.770.49
HSL129.15º83.1%27.84%-
HSV(B)129.15º90.77%50.98%-
XYZ8.3716.143.9-
YUV83.3297.9177.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.98%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=6.98%
G=75.58%
B=17.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12130300.9100.770.49129.1583.127.84
HexC821E5B04D3181531c
Octal142023613301156120112334
Binary1100100000101111010110110100110111000110000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,130,30); }

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

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

 a { background-color: rgb(12,130,30); }

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

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

 span { border-color: rgb(12,130,30); }

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