#1caa61

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

Shades of Eucalyptus #1CAA61

Tints of Eucalyptus #1CAA61

Color information

#1CAA61 (or 0x1CAA61) is unknown color: approx Eucalyptus. HEX triplet: 1C, AA and 61. RGB value is (28,170,97). Sum of RGB (Red+Green+Blue) = 28+170+97=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA61 is #E3559E. Grayscale: #777777. Windows color (decimal): -14898591 or 6400540. OLE color: 6400540.

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

Color convert

RGB2817097-
CMYK0.8400.430.33
HSL149.15º71.72%38.82%-
HSV(B)149.15º83.53%66.67%-
XYZ17.0129.8616.18-
YUV119.22115.4662.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=9.49%
G=57.63%
B=32.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170970.8400.430.33149.1571.7238.82
Hex1CAA615402B21954827
Octal342521411240534122511047
Binary1110010101010110000110101000101011100001100101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caa61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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