#1CAE2A

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

Shades of Forest Green #1CAE2A

Tints of Forest Green #1CAE2A

Color information

#1CAE2A (or 0x1CAE2A) is unknown color: approx Forest Green. HEX triplet: 1C, AE and 2A. RGB value is (28,174,42). Sum of RGB (Red+Green+Blue) = 28+174+42=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE2A is #E351D5. Grayscale: #737373. Windows color (decimal): -14897622 or 2797084. OLE color: 2797084.

HSL color Cylindrical-coordinate representation of color #1CAE2A: hue angle of 125.75º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE2A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB2817442-
CMYK0.8400.760.32
HSL125.75º72.28%39.61%-
HSV(B)125.75º83.91%68.24%-
XYZ16.0330.697.27-
YUV115.386.6365.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 174 (68.36% from 255) = 71.31%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=11.48%
G=71.31%
B=17.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28174420.8400.760.32125.7572.2839.61
Hex1CAE2A5404C207e4828
Octal342565212401144017611050
Binary111001010111010101010101000100110010000011111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,174,42); }

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

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

 a { background-color: rgb(28,174,42); }

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

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

 span { border-color: rgb(28,174,42); }

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