#0C852D

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

Shades of Forest Green #0C852D

Tints of Forest Green #0C852D

Color information

#0C852D (or 0x0C852D) is unknown color: approx Forest Green. HEX triplet: 0C, 85 and 2D. RGB value is (12,133,45). Sum of RGB (Red+Green+Blue) = 12+133+45=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #0C852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C852D is #F37AD2. Grayscale: #575757. Windows color (decimal): -15956691 or 2983180. OLE color: 2983180.

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

Color convert

RGB1213345-
CMYK0.9100.660.48
HSL136.36º83.45%28.43%-
HSV(B)136.36º90.98%52.16%-
XYZ9.0117.045.3-
YUV86.79104.4174.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 133 (52.34% from 255) = 70%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=6.32%
G=70%
B=23.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12133450.9100.660.48136.3683.4528.43
HexC852D5B0423088531c
Octal142055513301026021012334
Binary11001000010110110110110110100001011000010001000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,133,45); }

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

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

 a { background-color: rgb(12,133,45); }

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

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

 span { border-color: rgb(12,133,45); }

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