Shades of Kelly Green #33A002
Tints of Kelly Green #33A002
RGB
CMYK
RGB Variations
Color information
#33A002 (or 0x33A002) is known color: Kelly Green. HEX triplet: 33, A0 and 02. RGB value is (51,160,2). Sum of RGB (Red+Green+Blue) = 51+160+2=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #33A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33A002 is #CC5FFD. Grayscale: #6D6D6D. Windows color (decimal): -13393918 or 172083. OLE color: 172083.
HSL color Cylindrical-coordinate representation of color #33A002: hue angle of 101.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33A002 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.37 |
| HSL | 101.39º | 0.98% | 0.32% | - |
| HSV(B) | 101.39º | 0.99% | 0.63% | - |
| XYZ | 13.95 | 25.85 | 4.31 | - |
| YUV | 109.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 2 | 0.68 | 0 | 0.99 | 0.37 | 101.39 | 0.98 | 0.32 |
| Hex | 33 | A0 | 2 | 44 | 0 | 63 | 25 | 65 | 62 | 20 |
| Octal | 63 | 240 | 2 | 104 | 0 | 143 | 45 | 145 | 142 | 40 |
| Binary | 110011 | 10100000 | 10 | 1000100 | 0 | 1100011 | 100101 | 1100101 | 1100010 | 100000 |
Color Harmonies of #33A002
Complementary color
Monochromatic Colors of #33A002
Black with #33A002
Text Example
Text Example
White with #33A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A002; }
p { color: rgb(51,160,2); }
H1.HeaderClassName
{
color: #33A002;
}
.AnyTagClassName
{
color: #33A002;
}
</style>
background-color css
<style>
a { background-color: #33A002; }
a { background-color: rgb(51,160,2); }
div.DivClassName
{
background-color: #33A002;
}
.BgClassName
{
background-color: #33A002;
}
</style>
border-color css
<style>
span { border-color: #33A002; }
span { border-color: rgb(51,160,2); }
td.TdClassName
{
border-color: #33A002;
}
.TagClassName
{
border-color: #33A002;
}
</style>