Shades of Kelly Green #34A203
Tints of Kelly Green #34A203
RGB
CMYK
RGB Variations
Color information
#34A203 (or 0x34A203) is known color: Kelly Green. HEX triplet: 34, A2 and 03. RGB value is (52,162,3). Sum of RGB (Red+Green+Blue) = 52+162+3=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #34A203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A203 is #CB5DFC. Grayscale: #6F6F6F. Windows color (decimal): -13327869 or 238132. OLE color: 238132.
HSL color Cylindrical-coordinate representation of color #34A203: hue angle of 101.51º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34A203 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 3 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.36 |
| HSL | 101.51º | 0.96% | 0.32% | - |
| HSV(B) | 101.51º | 0.98% | 0.64% | - |
| XYZ | 14.35 | 26.58 | 4.46 | - |
| YUV | 110.98 | 67.06 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 3 | 0.68 | 0 | 0.98 | 0.36 | 101.51 | 0.96 | 0.32 |
| Hex | 34 | A2 | 3 | 44 | 0 | 62 | 24 | 66 | 60 | 20 |
| Octal | 64 | 242 | 3 | 104 | 0 | 142 | 44 | 146 | 140 | 40 |
| Binary | 110100 | 10100010 | 11 | 1000100 | 0 | 1100010 | 100100 | 1100110 | 1100000 | 100000 |
Color Harmonies of #34A203
Complementary color
Monochromatic Colors of #34A203
Black with #34A203
Text Example
Text Example
White with #34A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A203; }
p { color: rgb(52,162,3); }
H1.HeaderClassName
{
color: #34A203;
}
.AnyTagClassName
{
color: #34A203;
}
</style>
background-color css
<style>
a { background-color: #34A203; }
a { background-color: rgb(52,162,3); }
div.DivClassName
{
background-color: #34A203;
}
.BgClassName
{
background-color: #34A203;
}
</style>
border-color css
<style>
span { border-color: #34A203; }
span { border-color: rgb(52,162,3); }
td.TdClassName
{
border-color: #34A203;
}
.TagClassName
{
border-color: #34A203;
}
</style>