#0C822B

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

Shades of Forest Green #0C822B

Tints of Forest Green #0C822B

Color information

#0C822B (or 0x0C822B) is unknown color: approx Forest Green. HEX triplet: 0C, 82 and 2B. RGB value is (12,130,43). Sum of RGB (Red+Green+Blue) = 12+130+43=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #0C822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C822B is #F37DD4. Grayscale: #555555. Windows color (decimal): -15957461 or 2851340. OLE color: 2851340.

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

Color convert

RGB1213043-
CMYK0.9100.670.49
HSL135.76º83.1%27.84%-
HSV(B)135.76º90.77%50.98%-
XYZ8.5716.224.96-
YUV84.8104.4176.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 130 (51.17% from 255) = 70.27%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=6.49%
G=70.27%
B=23.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12130430.9100.670.49135.7683.127.84
HexC822B5B0433188531c
Octal142025313301036121012334
Binary11001000001010101110110110100001111000110001000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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