Shades of Eucalyptus #21B152
Tints of Eucalyptus #21B152
RGB
CMYK
RGB Variations
Color information
#21B152 (or 0x21B152) is known color: Eucalyptus. HEX triplet: 21, B1 and 52. RGB value is (33,177,82). Sum of RGB (Red+Green+Blue) = 33+177+82=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #21B152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B152 is #DE4EAD. Grayscale: #7B7B7B. Windows color (decimal): -14569134 or 5419297. OLE color: 5419297.
HSL color Cylindrical-coordinate representation of color #21B152: hue angle of 140.42º 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 #21B152 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 82 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.31 |
| HSL | 140.42º | 0.69% | 0.41% | - |
| HSV(B) | 140.42º | 0.81% | 0.69% | - |
| XYZ | 17.87 | 32.38 | 13.29 | - |
| YUV | 123.11 | 104.79 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 82 | 0.81 | 0 | 0.54 | 0.31 | 140.42 | 0.69 | 0.41 |
| Hex | 21 | B1 | 52 | 51 | 0 | 36 | 1F | 8C | 45 | 29 |
| Octal | 41 | 261 | 122 | 121 | 0 | 66 | 37 | 214 | 105 | 51 |
| Binary | 100001 | 10110001 | 1010010 | 1010001 | 0 | 110110 | 11111 | 10001100 | 1000101 | 101001 |
Color Harmonies of #21B152
Complementary color
Monochromatic Colors of #21B152
Black with #21B152
Text Example
Text Example
White with #21B152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B152; }
p { color: rgb(33,177,82); }
H1.HeaderClassName
{
color: #21B152;
}
.AnyTagClassName
{
color: #21B152;
}
</style>
background-color css
<style>
a { background-color: #21B152; }
a { background-color: rgb(33,177,82); }
div.DivClassName
{
background-color: #21B152;
}
.BgClassName
{
background-color: #21B152;
}
</style>
border-color css
<style>
span { border-color: #21B152; }
span { border-color: rgb(33,177,82); }
td.TdClassName
{
border-color: #21B152;
}
.TagClassName
{
border-color: #21B152;
}
</style>