#1CA010

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

Shades of Forest Green #1CA010

Tints of Forest Green #1CA010

Color information

#1CA010 (or 0x1CA010) is unknown color: approx Forest Green. HEX triplet: 1C, A0 and 10. RGB value is (28,160,16). Sum of RGB (Red+Green+Blue) = 28+160+16=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 160 (62.89% from 255 or 78.43% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA010 is #E35FEF. Grayscale: #686868. Windows color (decimal): -14901232 or 1089564. OLE color: 1089564.

HSL color Cylindrical-coordinate representation of color #1CA010: hue angle of 115º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CA010 is Cyan = 0.82, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB2816016-
CMYK0.8200.90.37
HSL115º81.82%34.51%-
HSV(B)115º90%62.75%-
XYZ13.1425.434.71-
YUV104.1278.2773.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 160 (62.89% from 255) = 78.43%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=13.73%
G=78.43%
B=7.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28160160.8200.90.3711581.8234.51
Hex1CA0105205A25735223
Octal342402012201324516312243
Binary11100101000001000010100100101101010010111100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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