#1C8510

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

Shades of Forest Green #1C8510

Tints of Forest Green #1C8510

Color information

#1C8510 (or 0x1C8510) is unknown color: approx Forest Green. HEX triplet: 1C, 85 and 10. RGB value is (28,133,16). Sum of RGB (Red+Green+Blue) = 28+133+16=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8510 is #E37AEF. Grayscale: #585858. Windows color (decimal): -14908144 or 1082652. OLE color: 1082652.

HSL color Cylindrical-coordinate representation of color #1C8510: hue angle of 113.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 #1C8510 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB2813316-
CMYK0.7900.880.48
HSL113.85º78.52%29.22%-
HSV(B)113.85º87.97%52.16%-
XYZ8.9617.063.31-
YUV88.2787.2185.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.82%
GREEN value IS 133 (52.34% from 255) = 75.14%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=15.82%
G=75.14%
B=9.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28133160.7900.880.48113.8578.5229.22
Hex1C85104F05830724f1d
Octal342052011701306016211735
Binary1110010000101100001001111010110001100001110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C8510; }

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

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

<style>
 a { background-color: #1C8510; }

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

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

<style>
 span { border-color: #1C8510; }

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

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