Shades of Kelly Green #34A007
Tints of Kelly Green #34A007
RGB
CMYK
RGB Variations
Color information
#34A007 (or 0x34A007) is known color: Kelly Green. HEX triplet: 34, A0 and 07. RGB value is (52,160,7). Sum of RGB (Red+Green+Blue) = 52+160+7=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #34A007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A007 is #CB5FF8. Grayscale: #6E6E6E. Windows color (decimal): -13328377 or 499764. OLE color: 499764.
HSL color Cylindrical-coordinate representation of color #34A007: hue angle of 102.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34A007 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 160 | 7 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.37 |
| HSL | 102.35º | 0.92% | 0.33% | - |
| HSV(B) | 102.35º | 0.96% | 0.63% | - |
| XYZ | 14.03 | 25.89 | 4.46 | - |
| YUV | 110.27 | 69.72 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 7 | 0.68 | 0 | 0.96 | 0.37 | 102.35 | 0.92 | 0.33 |
| Hex | 34 | A0 | 7 | 44 | 0 | 60 | 25 | 66 | 5C | 21 |
| Octal | 64 | 240 | 7 | 104 | 0 | 140 | 45 | 146 | 134 | 41 |
| Binary | 110100 | 10100000 | 111 | 1000100 | 0 | 1100000 | 100101 | 1100110 | 1011100 | 100001 |
Color Harmonies of #34A007
Complementary color
Monochromatic Colors of #34A007
Black with #34A007
Text Example
Text Example
White with #34A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A007; }
p { color: rgb(52,160,7); }
H1.HeaderClassName
{
color: #34A007;
}
.AnyTagClassName
{
color: #34A007;
}
</style>
background-color css
<style>
a { background-color: #34A007; }
a { background-color: rgb(52,160,7); }
div.DivClassName
{
background-color: #34A007;
}
.BgClassName
{
background-color: #34A007;
}
</style>
border-color css
<style>
span { border-color: #34A007; }
span { border-color: rgb(52,160,7); }
td.TdClassName
{
border-color: #34A007;
}
.TagClassName
{
border-color: #34A007;
}
</style>