#1CAA5F

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

Shades of Eucalyptus #1CAA5F

Tints of Eucalyptus #1CAA5F

Color information

#1CAA5F (or 0x1CAA5F) is unknown color: approx Eucalyptus. HEX triplet: 1C, AA and 5F. RGB value is (28,170,95). Sum of RGB (Red+Green+Blue) = 28+170+95=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA5F is #E355A0. Grayscale: #777777. Windows color (decimal): -14898593 or 6269468. OLE color: 6269468.

HSL color Cylindrical-coordinate representation of color #1CAA5F: hue angle of 148.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA5F is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB2817095-
CMYK0.8400.440.33
HSL148.31º71.72%38.82%-
HSV(B)148.31º83.53%66.67%-
XYZ16.9229.8215.69-
YUV118.99114.4663.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.56%
GREEN value IS 170 (66.80% from 255) = 58.02%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=9.56%
G=58.02%
B=32.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170950.8400.440.33148.3171.7238.82
Hex1CAA5F5402C21944827
Octal342521371240544122411047
Binary1110010101010101111110101000101100100001100101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,95); }

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

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

 a { background-color: rgb(28,170,95); }

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

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

 span { border-color: rgb(28,170,95); }

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