#1CA336

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

Shades of Forest Green #1CA336

Tints of Forest Green #1CA336

Color information

#1CA336 (or 0x1CA336) is unknown color: approx Forest Green. HEX triplet: 1C, A3 and 36. RGB value is (28,163,54). Sum of RGB (Red+Green+Blue) = 28+163+54=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA336 is #E35CC9. Grayscale: #6E6E6E. Windows color (decimal): -14900426 or 3580700. OLE color: 3580700.

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

Color convert

RGB2816354-
CMYK0.8300.670.36
HSL131.56º70.68%37.45%-
HSV(B)131.56º82.82%63.92%-
XYZ14.2426.717.89-
YUV110.2196.2769.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 163 (64.06% from 255) = 66.53%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=11.43%
G=66.53%
B=22.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163540.8300.670.36131.5670.6837.45
Hex1CA3365304324844725
Octal342436612301034420410745
Binary1110010100011110110101001101000011100100100001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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