#1CAE2B

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

Shades of Forest Green #1CAE2B

Tints of Forest Green #1CAE2B

Color information

#1CAE2B (or 0x1CAE2B) is unknown color: approx Forest Green. HEX triplet: 1C, AE and 2B. RGB value is (28,174,43). Sum of RGB (Red+Green+Blue) = 28+174+43=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE2B is #E351D4. Grayscale: #737373. Windows color (decimal): -14897621 or 2862620. OLE color: 2862620.

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

Color convert

RGB2817443-
CMYK0.8400.750.32
HSL126.16º72.28%39.61%-
HSV(B)126.16º83.91%68.24%-
XYZ16.0530.697.36-
YUV115.4187.1365.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 174 (68.36% from 255) = 71.02%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=11.43%
G=71.02%
B=17.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28174430.8400.750.32126.1672.2839.61
Hex1CAE2B5404B207e4828
Octal342565312401134017611050
Binary111001010111010101110101000100101110000011111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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