#1CAE29

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

Shades of Forest Green #1CAE29

Tints of Forest Green #1CAE29

Color information

#1CAE29 (or 0x1CAE29) is unknown color: approx Forest Green. HEX triplet: 1C, AE and 29. RGB value is (28,174,41). Sum of RGB (Red+Green+Blue) = 28+174+41=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 174 (68.36% from 255 or 71.60% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE29 is #E351D6. Grayscale: #737373. Windows color (decimal): -14897623 or 2731548. OLE color: 2731548.

HSL color Cylindrical-coordinate representation of color #1CAE29: hue angle of 125.34º 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 #1CAE29 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB2817441-
CMYK0.8400.760.32
HSL125.34º72.28%39.61%-
HSV(B)125.34º83.91%68.24%-
XYZ16.0230.687.18-
YUV115.1886.1365.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 174 (68.36% from 255) = 71.60%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=11.52%
G=71.60%
B=16.87%

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
Decimal28174410.8400.760.32125.3472.2839.61
Hex1CAE295404C207d4828
Octal342565112401144017511050
Binary111001010111010100110101000100110010000011111011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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