#1CA35B

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

Shades of Eucalyptus #1CA35B

Tints of Eucalyptus #1CA35B

Color information

#1CA35B (or 0x1CA35B) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 5B. RGB value is (28,163,91). Sum of RGB (Red+Green+Blue) = 28+163+91=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA35B is #E35CA4. Grayscale: #727272. Windows color (decimal): -14900389 or 6005532. OLE color: 6005532.

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

Color convert

RGB2816391-
CMYK0.8300.440.36
HSL148º70.68%37.45%-
HSV(B)148º82.82%63.92%-
XYZ15.4627.214.33-
YUV114.43114.7766.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.93%
GREEN value IS 163 (64.06% from 255) = 57.80%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=9.93%
G=57.80%
B=32.27%

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
Decimal28163910.8300.440.3614870.6837.45
Hex1CA35B5302C24944725
Octal342431331230544422410745
Binary1110010100011101101110100110101100100100100101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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