#1CA61A

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

Shades of Forest Green #1CA61A

Tints of Forest Green #1CA61A

Color information

#1CA61A (or 0x1CA61A) is unknown color: approx Forest Green. HEX triplet: 1C, A6 and 1A. RGB value is (28,166,26). Sum of RGB (Red+Green+Blue) = 28+166+26=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 166 (65.23% from 255 or 75.45% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA61A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA61A is #E359E5. Grayscale: #6D6D6D. Windows color (decimal): -14899686 or 1746460. OLE color: 1746460.

HSL color Cylindrical-coordinate representation of color #1CA61A: hue angle of 119.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA61A is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB2816626-
CMYK0.8300.840.35
HSL119.14º72.92%37.65%-
HSV(B)119.14º84.34%65.1%-
XYZ14.327.595.55-
YUV108.7881.2870.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 166 (65.23% from 255) = 75.45%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=12.73%
G=75.45%
B=11.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28166260.8300.840.35119.1472.9237.65
Hex1CA61A5305423774926
Octal342463212301244316711146
Binary11100101001101101010100110101010010001111101111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,166,26); }

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

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

 a { background-color: rgb(28,166,26); }

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

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

 span { border-color: rgb(28,166,26); }

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