#1CA20D

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

Shades of Forest Green #1CA20D

Tints of Forest Green #1CA20D

Color information

#1CA20D (or 0x1CA20D) is unknown color: approx Forest Green. HEX triplet: 1C, A2 and 0D. RGB value is (28,162,13). Sum of RGB (Red+Green+Blue) = 28+162+13=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA20D is #E35DF2. Grayscale: #696969. Windows color (decimal): -14900723 or 893468. OLE color: 893468.

HSL color Cylindrical-coordinate representation of color #1CA20D: hue angle of 113.96º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CA20D is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB2816213-
CMYK0.8300.920.36
HSL113.96º85.14%34.31%-
HSV(B)113.96º91.98%63.53%-
XYZ13.4726.124.71-
YUV104.9576.1173.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 162 (63.67% from 255) = 79.80%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=13.79%
G=79.80%
B=6.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28162130.8300.920.36113.9685.1434.31
Hex1CA2D5305C24725522
Octal342421512301344416212542
Binary1110010100010110110100110101110010010011100101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,162,13); }

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

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

 a { background-color: rgb(28,162,13); }

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

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

 span { border-color: rgb(28,162,13); }

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