Shades of Eucalyptus #21B15A
Tints of Eucalyptus #21B15A
RGB
CMYK
RGB Variations
Color information
#21B15A (or 0x21B15A) is known color: Eucalyptus. HEX triplet: 21, B1 and 5A. RGB value is (33,177,90). Sum of RGB (Red+Green+Blue) = 33+177+90=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #21B15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B15A is #DE4EA5. Grayscale: #7C7C7C. Windows color (decimal): -14569126 or 5943585. OLE color: 5943585.
HSL color Cylindrical-coordinate representation of color #21B15A: hue angle of 143.75º degrees, saturation: 0.69, 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 #21B15A is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 90 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.31 |
| HSL | 143.75º | 0.69% | 0.41% | - |
| HSV(B) | 143.75º | 0.81% | 0.69% | - |
| XYZ | 18.19 | 32.51 | 14.99 | - |
| YUV | 124.03 | 108.79 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 90 | 0.81 | 0 | 0.49 | 0.31 | 143.75 | 0.69 | 0.41 |
| Hex | 21 | B1 | 5A | 51 | 0 | 31 | 1F | 90 | 45 | 29 |
| Octal | 41 | 261 | 132 | 121 | 0 | 61 | 37 | 220 | 105 | 51 |
| Binary | 100001 | 10110001 | 1011010 | 1010001 | 0 | 110001 | 11111 | 10010000 | 1000101 | 101001 |
Color Harmonies of #21B15A
Complementary color
Monochromatic Colors of #21B15A
Black with #21B15A
Text Example
Text Example
White with #21B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B15A; }
p { color: rgb(33,177,90); }
H1.HeaderClassName
{
color: #21B15A;
}
.AnyTagClassName
{
color: #21B15A;
}
</style>
background-color css
<style>
a { background-color: #21B15A; }
a { background-color: rgb(33,177,90); }
div.DivClassName
{
background-color: #21B15A;
}
.BgClassName
{
background-color: #21B15A;
}
</style>
border-color css
<style>
span { border-color: #21B15A; }
span { border-color: rgb(33,177,90); }
td.TdClassName
{
border-color: #21B15A;
}
.TagClassName
{
border-color: #21B15A;
}
</style>