Shades of Eucalyptus #21B35C
Tints of Eucalyptus #21B35C
RGB
CMYK
RGB Variations
Color information
#21B35C (or 0x21B35C) is known color: Eucalyptus. HEX triplet: 21, B3 and 5C. RGB value is (33,179,92). Sum of RGB (Red+Green+Blue) = 33+179+92=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #21B35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B35C is #DE4CA3. Grayscale: #7D7D7D. Windows color (decimal): -14568612 or 6075169. OLE color: 6075169.
HSL color Cylindrical-coordinate representation of color #21B35C: hue angle of 144.25º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B35C is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 92 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.30 |
| HSL | 144.25º | 0.69% | 0.42% | - |
| HSV(B) | 144.25º | 0.82% | 0.7% | - |
| XYZ | 18.68 | 33.34 | 15.58 | - |
| YUV | 125.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 92 | 0.82 | 0 | 0.49 | 0.30 | 144.25 | 0.69 | 0.42 |
| Hex | 21 | B3 | 5C | 52 | 0 | 31 | 1E | 90 | 45 | 2A |
| Octal | 41 | 263 | 134 | 122 | 0 | 61 | 36 | 220 | 105 | 52 |
| Binary | 100001 | 10110011 | 1011100 | 1010010 | 0 | 110001 | 11110 | 10010000 | 1000101 | 101010 |
Color Harmonies of #21B35C
Complementary color
Monochromatic Colors of #21B35C
Black with #21B35C
Text Example
Text Example
White with #21B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B35C; }
p { color: rgb(33,179,92); }
H1.HeaderClassName
{
color: #21B35C;
}
.AnyTagClassName
{
color: #21B35C;
}
</style>
background-color css
<style>
a { background-color: #21B35C; }
a { background-color: rgb(33,179,92); }
div.DivClassName
{
background-color: #21B35C;
}
.BgClassName
{
background-color: #21B35C;
}
</style>
border-color css
<style>
span { border-color: #21B35C; }
span { border-color: rgb(33,179,92); }
td.TdClassName
{
border-color: #21B35C;
}
.TagClassName
{
border-color: #21B35C;
}
</style>