Shades of Kelly Green #33A00D
Tints of Kelly Green #33A00D
RGB
CMYK
RGB Variations
Color information
#33A00D (or 0x33A00D) is known color: Kelly Green. HEX triplet: 33, A0 and 0D. RGB value is (51,160,13). Sum of RGB (Red+Green+Blue) = 51+160+13=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #33A00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33A00D is #CC5FF2. Grayscale: #6F6F6F. Windows color (decimal): -13393907 or 892979. OLE color: 892979.
HSL color Cylindrical-coordinate representation of color #33A00D: hue angle of 104.49º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33A00D is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 13 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.37 |
| HSL | 104.49º | 0.85% | 0.34% | - |
| HSV(B) | 104.49º | 0.92% | 0.63% | - |
| XYZ | 14.01 | 25.87 | 4.64 | - |
| YUV | 110.65 | 72.89 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 13 | 0.68 | 0 | 0.92 | 0.37 | 104.49 | 0.85 | 0.34 |
| Hex | 33 | A0 | D | 44 | 0 | 5C | 25 | 68 | 55 | 22 |
| Octal | 63 | 240 | 15 | 104 | 0 | 134 | 45 | 150 | 125 | 42 |
| Binary | 110011 | 10100000 | 1101 | 1000100 | 0 | 1011100 | 100101 | 1101000 | 1010101 | 100010 |
Color Harmonies of #33A00D
Complementary color
Monochromatic Colors of #33A00D
Black with #33A00D
Text Example
Text Example
White with #33A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A00D; }
p { color: rgb(51,160,13); }
H1.HeaderClassName
{
color: #33A00D;
}
.AnyTagClassName
{
color: #33A00D;
}
</style>
background-color css
<style>
a { background-color: #33A00D; }
a { background-color: rgb(51,160,13); }
div.DivClassName
{
background-color: #33A00D;
}
.BgClassName
{
background-color: #33A00D;
}
</style>
border-color css
<style>
span { border-color: #33A00D; }
span { border-color: rgb(51,160,13); }
td.TdClassName
{
border-color: #33A00D;
}
.TagClassName
{
border-color: #33A00D;
}
</style>