#1CA35C

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

Shades of Eucalyptus #1CA35C

Tints of Eucalyptus #1CA35C

Color information

#1CA35C (or 0x1CA35C) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 5C. RGB value is (28,163,92). Sum of RGB (Red+Green+Blue) = 28+163+92=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA35C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA35C is #E35CA3. Grayscale: #727272. Windows color (decimal): -14900388 or 6071068. OLE color: 6071068.

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

Color convert

RGB2816392-
CMYK0.8300.440.36
HSL148.44º70.68%37.45%-
HSV(B)148.44º82.82%63.92%-
XYZ15.5127.2114.56-
YUV114.54115.2766.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 163 (64.06% from 255) = 57.60%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=9.89%
G=57.60%
B=32.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163920.8300.440.36148.4470.6837.45
Hex1CA35C5302C24944725
Octal342431341230544422410745
Binary1110010100011101110010100110101100100100100101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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