#10852B

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

Shades of Forest Green #10852B

Tints of Forest Green #10852B

Color information

#10852B (or 0x10852B) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 2B. RGB value is (16,133,43). Sum of RGB (Red+Green+Blue) = 16+133+43=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #10852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10852B is #EF7AD4. Grayscale: #585858. Windows color (decimal): -15694549 or 2852112. OLE color: 2852112.

HSL color Cylindrical-coordinate representation of color #10852B: hue angle of 133.85º 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 #10852B is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1613343-
CMYK0.8800.680.48
HSL133.85º78.52%29.22%-
HSV(B)133.85º87.97%52.16%-
XYZ9.0417.065.1-
YUV87.76102.7476.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 133 (52.34% from 255) = 69.27%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=8.33%
G=69.27%
B=22.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133430.8800.680.48133.8578.5229.22
Hex10852B5804430864f1d
Octal202055313001046020611735
Binary100001000010110101110110000100010011000010000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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