#1CA31A

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

Shades of Forest Green #1CA31A

Tints of Forest Green #1CA31A

Color information

#1CA31A (or 0x1CA31A) is unknown color: approx Forest Green. HEX triplet: 1C, A3 and 1A. RGB value is (28,163,26). Sum of RGB (Red+Green+Blue) = 28+163+26=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 163 (64.06% from 255 or 75.12% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA31A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA31A is #E35CE5. Grayscale: #6B6B6B. Windows color (decimal): -14900454 or 1745692. OLE color: 1745692.

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

Color convert

RGB2816326-
CMYK0.8300.840.36
HSL119.12º72.49%37.06%-
HSV(B)119.12º84.05%63.92%-
XYZ13.7626.525.37-
YUV107.0282.2771.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 163 (64.06% from 255) = 75.12%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=12.90%
G=75.12%
B=11.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163260.8300.840.36119.1272.4937.06
Hex1CA31A5305424774825
Octal342433212301244416711045
Binary11100101000111101010100110101010010010011101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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