#1CA35D

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

Shades of Eucalyptus #1CA35D

Tints of Eucalyptus #1CA35D

Color information

#1CA35D (or 0x1CA35D) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 5D. RGB value is (28,163,93). Sum of RGB (Red+Green+Blue) = 28+163+93=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA35D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA35D is #E35CA2. Grayscale: #727272. Windows color (decimal): -14900387 or 6136604. OLE color: 6136604.

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

Color convert

RGB2816393-
CMYK0.8300.430.36
HSL148.89º70.68%37.45%-
HSV(B)148.89º82.82%63.92%-
XYZ15.5527.2314.79-
YUV114.66115.7766.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=9.86%
G=57.39%
B=32.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163930.8300.430.36148.8970.6837.45
Hex1CA35D5302B24954725
Octal342431351230534422510745
Binary1110010100011101110110100110101011100100100101011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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