#10852E

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

Shades of Forest Green #10852E

Tints of Forest Green #10852E

Color information

#10852E (or 0x10852E) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 2E. RGB value is (16,133,46). Sum of RGB (Red+Green+Blue) = 16+133+46=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #10852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10852E is #EF7AD1. Grayscale: #585858. Windows color (decimal): -15694546 or 3048720. OLE color: 3048720.

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

Color convert

RGB1613346-
CMYK0.8800.650.48
HSL135.38º78.52%29.22%-
HSV(B)135.38º87.97%52.16%-
XYZ9.0917.085.4-
YUV88.1104.2476.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 133 (52.34% from 255) = 68.21%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=8.21%
G=68.21%
B=23.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133460.8800.650.48135.3878.5229.22
Hex10852E5804130874f1d
Octal202055613001016020711735
Binary100001000010110111010110000100000111000010000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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