#1CA35E

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

Shades of Eucalyptus #1CA35E

Tints of Eucalyptus #1CA35E

Color information

#1CA35E (or 0x1CA35E) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 5E. RGB value is (28,163,94). Sum of RGB (Red+Green+Blue) = 28+163+94=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA35E is #E35CA1. Grayscale: #727272. Windows color (decimal): -14900386 or 6202140. OLE color: 6202140.

HSL color Cylindrical-coordinate representation of color #1CA35E: hue angle of 149.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA35E is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB2816394-
CMYK0.8300.420.36
HSL149.33º70.68%37.45%-
HSV(B)149.33º82.82%63.92%-
XYZ15.627.2515.03-
YUV114.77116.2766.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=9.82%
G=57.19%
B=32.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163940.8300.420.36149.3370.6837.45
Hex1CA35E5302A24954725
Octal342431361230524422510745
Binary1110010100011101111010100110101010100100100101011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,163,94); }

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

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

 a { background-color: rgb(28,163,94); }

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

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

 span { border-color: rgb(28,163,94); }

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