#21A35B

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

Shades of Eucalyptus #21A35B

Tints of Eucalyptus #21A35B

Color information

#21A35B (or 0x21A35B) is unknown color: approx Eucalyptus. HEX triplet: 21, A3 and 5B. RGB value is (33,163,91). Sum of RGB (Red+Green+Blue) = 33+163+91=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #21A35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A35B is #DE5CA4. Grayscale: #747474. Windows color (decimal): -14572709 or 6005537. OLE color: 6005537.

HSL color Cylindrical-coordinate representation of color #21A35B: hue angle of 146.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A35B is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB3316391-
CMYK0.8000.440.36
HSL146.77º66.33%38.43%-
HSV(B)146.77º79.75%63.92%-
XYZ15.6127.2714.34-
YUV115.92113.9368.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 163 (64.06% from 255) = 56.79%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=11.50%
G=56.79%
B=31.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163910.8000.440.36146.7766.3338.43
Hex21A35B5002C24934226
Octal412431331200544422310246
Binary10000110100011101101110100000101100100100100100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A35B; }

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

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

<style>
 a { background-color: #21A35B; }

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

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

<style>
 span { border-color: #21A35B; }

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

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