#21995A

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

Shades of Eucalyptus #21995A

Tints of Eucalyptus #21995A

Color information

#21995A (or 0x21995A) is unknown color: approx Eucalyptus. HEX triplet: 21, 99 and 5A. RGB value is (33,153,90). Sum of RGB (Red+Green+Blue) = 33+153+90=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #21995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21995A is #DE66A5. Grayscale: #6E6E6E. Windows color (decimal): -14575270 or 5937441. OLE color: 5937441.

HSL color Cylindrical-coordinate representation of color #21995A: hue angle of 148.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21995A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB3315390-
CMYK0.7800.410.4
HSL148.5º64.52%36.47%-
HSV(B)148.5º78.43%60%-
XYZ13.8623.8413.54-
YUV109.94116.7473.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=11.96%
G=55.43%
B=32.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33153900.7800.410.4148.564.5236.47
Hex21995A4E02928944124
Octal412311321160515022410144
Binary10000110011001101101010011100101001101000100101001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21995A; }

 p { color: rgb(33,153,90); }

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

<style>
 a { background-color: #21995A; }

 a { background-color: rgb(33,153,90); }

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

<style>
 span { border-color: #21995A; }

 span { border-color: rgb(33,153,90); }

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