Shades of Kelly Green #329D02
Tints of Kelly Green #329D02
RGB
CMYK
RGB Variations
Color information
#329D02 (or 0x329D02) is known color: Kelly Green. HEX triplet: 32, 9D and 02. RGB value is (50,157,2). Sum of RGB (Red+Green+Blue) = 50+157+2=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 157 (61.72% from 255 or 75.12% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 157 - color contains mainly: green. Hex color #329D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329D02 is #CD62FD. Grayscale: #6B6B6B. Windows color (decimal): -13460222 or 171314. OLE color: 171314.
HSL color Cylindrical-coordinate representation of color #329D02: hue angle of 101.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #329D02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.38 |
| HSL | 101.42º | 0.97% | 0.31% | - |
| HSV(B) | 101.42º | 0.99% | 0.62% | - |
| XYZ | 13.38 | 24.8 | 4.14 | - |
| YUV | 107.34 | 68.55 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 2 | 0.68 | 0 | 0.99 | 0.38 | 101.42 | 0.97 | 0.31 |
| Hex | 32 | 9D | 2 | 44 | 0 | 63 | 26 | 65 | 61 | 1F |
| Octal | 62 | 235 | 2 | 104 | 0 | 143 | 46 | 145 | 141 | 37 |
| Binary | 110010 | 10011101 | 10 | 1000100 | 0 | 1100011 | 100110 | 1100101 | 1100001 | 11111 |
Color Harmonies of #329D02
Complementary color
Monochromatic Colors of #329D02
Black with #329D02
Text Example
Text Example
White with #329D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D02; }
p { color: rgb(50,157,2); }
H1.HeaderClassName
{
color: #329D02;
}
.AnyTagClassName
{
color: #329D02;
}
</style>
background-color css
<style>
a { background-color: #329D02; }
a { background-color: rgb(50,157,2); }
div.DivClassName
{
background-color: #329D02;
}
.BgClassName
{
background-color: #329D02;
}
</style>
border-color css
<style>
span { border-color: #329D02; }
span { border-color: rgb(50,157,2); }
td.TdClassName
{
border-color: #329D02;
}
.TagClassName
{
border-color: #329D02;
}
</style>