#21AF4F

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

Shades of Eucalyptus #21AF4F

Tints of Eucalyptus #21AF4F

Color information

#21AF4F (or 0x21AF4F) is unknown color: approx Eucalyptus. HEX triplet: 21, AF and 4F. RGB value is (33,175,79). Sum of RGB (Red+Green+Blue) = 33+175+79=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF4F is #DE50B0. Grayscale: #797979. Windows color (decimal): -14569649 or 5222177. OLE color: 5222177.

HSL color Cylindrical-coordinate representation of color #21AF4F: hue angle of 139.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF4F is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB3317579-
CMYK0.8100.550.31
HSL139.44º68.27%40.78%-
HSV(B)139.44º81.14%68.63%-
XYZ17.3731.5512.57-
YUV121.6103.9664.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 175 (68.75% from 255) = 60.98%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=11.50%
G=60.98%
B=27.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33175790.8100.550.31139.4468.2740.78
Hex21AF4F510371F8b4429
Octal412571171210673721310451
Binary1000011010111110011111010001011011111111100010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,175,79); }

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

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

 a { background-color: rgb(33,175,79); }

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

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

 span { border-color: rgb(33,175,79); }

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