#10852C

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

Shades of Forest Green #10852C

Tints of Forest Green #10852C

Color information

#10852C (or 0x10852C) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 2C. RGB value is (16,133,44). Sum of RGB (Red+Green+Blue) = 16+133+44=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #10852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10852C is #EF7AD3. Grayscale: #585858. Windows color (decimal): -15694548 or 2917648. OLE color: 2917648.

HSL color Cylindrical-coordinate representation of color #10852C: hue angle of 134.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10852C is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1613344-
CMYK0.8800.670.48
HSL134.36º78.52%29.22%-
HSV(B)134.36º87.97%52.16%-
XYZ9.0617.075.2-
YUV87.87103.2476.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 133 (52.34% from 255) = 68.91%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=8.29%
G=68.91%
B=22.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133440.8800.670.48134.3678.5229.22
Hex10852C5804330864f1d
Octal202055413001036020611735
Binary100001000010110110010110000100001111000010000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10852C; }

 p { color: rgb(16,133,44); }

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

<style>
 a { background-color: #10852C; }

 a { background-color: rgb(16,133,44); }

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

<style>
 span { border-color: #10852C; }

 span { border-color: rgb(16,133,44); }

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