Shades of Kelly Green #3BA307
Tints of Kelly Green #3BA307
RGB
CMYK
RGB Variations
Color information
#3BA307 (or 0x3BA307) is known color: Kelly Green. HEX triplet: 3B, A3 and 07. RGB value is (59,163,7). Sum of RGB (Red+Green+Blue) = 59+163+7=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 163 (64.06% from 255 or 71.18% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA307 is #C45CF8. Grayscale: #727272. Windows color (decimal): -12868857 or 500539. OLE color: 500539.
HSL color Cylindrical-coordinate representation of color #3BA307: hue angle of 100º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BA307 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 7 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.36 |
| HSL | 100º | 0.92% | 0.33% | - |
| HSV(B) | 100º | 0.96% | 0.64% | - |
| XYZ | 14.94 | 27.14 | 4.65 | - |
| YUV | 114.12 | 67.54 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 7 | 0.64 | 0 | 0.96 | 0.36 | 100 | 0.92 | 0.33 |
| Hex | 3B | A3 | 7 | 40 | 0 | 60 | 24 | 64 | 5C | 21 |
| Octal | 73 | 243 | 7 | 100 | 0 | 140 | 44 | 144 | 134 | 41 |
| Binary | 111011 | 10100011 | 111 | 1000000 | 0 | 1100000 | 100100 | 1100100 | 1011100 | 100001 |
Color Harmonies of #3BA307
Complementary color
Monochromatic Colors of #3BA307
Black with #3BA307
Text Example
Text Example
White with #3BA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA307; }
p { color: rgb(59,163,7); }
H1.HeaderClassName
{
color: #3BA307;
}
.AnyTagClassName
{
color: #3BA307;
}
</style>
background-color css
<style>
a { background-color: #3BA307; }
a { background-color: rgb(59,163,7); }
div.DivClassName
{
background-color: #3BA307;
}
.BgClassName
{
background-color: #3BA307;
}
</style>
border-color css
<style>
span { border-color: #3BA307; }
span { border-color: rgb(59,163,7); }
td.TdClassName
{
border-color: #3BA307;
}
.TagClassName
{
border-color: #3BA307;
}
</style>