#1C8518

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

Shades of Forest Green #1C8518

Tints of Forest Green #1C8518

Color information

#1C8518 (or 0x1C8518) is unknown color: approx Forest Green. HEX triplet: 1C, 85 and 18. RGB value is (28,133,24). Sum of RGB (Red+Green+Blue) = 28+133+24=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8518 is #E37AE7. Grayscale: #595959. Windows color (decimal): -14908136 or 1606940. OLE color: 1606940.

HSL color Cylindrical-coordinate representation of color #1C8518: hue angle of 117.8º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C8518 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB2813324-
CMYK0.7900.820.48
HSL117.8º69.43%30.78%-
HSV(B)117.8º81.95%52.16%-
XYZ9.0317.093.69-
YUV89.1891.2184.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.14%
GREEN value IS 133 (52.34% from 255) = 71.89%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=15.14%
G=71.89%
B=12.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28133240.7900.820.48117.869.4330.78
Hex1C85184F0523076451f
Octal342053011701226016610537
Binary1110010000101110001001111010100101100001110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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