#0C852E

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

Shades of Forest Green #0C852E

Tints of Forest Green #0C852E

Color information

#0C852E (or 0x0C852E) is unknown color: approx Forest Green. HEX triplet: 0C, 85 and 2E. RGB value is (12,133,46). Sum of RGB (Red+Green+Blue) = 12+133+46=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #0C852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C852E is #F37AD1. Grayscale: #575757. Windows color (decimal): -15956690 or 3048716. OLE color: 3048716.

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

Color convert

RGB1213346-
CMYK0.9100.650.48
HSL136.86º83.45%28.43%-
HSV(B)136.86º90.98%52.16%-
XYZ9.0317.055.4-
YUV86.9104.9174.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 133 (52.34% from 255) = 69.63%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=6.28%
G=69.63%
B=24.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12133460.9100.650.48136.8683.4528.43
HexC852E5B0413089531c
Octal142055613301016021112334
Binary11001000010110111010110110100000111000010001001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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