Shades of Kelly Green #30A105
Tints of Kelly Green #30A105
RGB
CMYK
RGB Variations
Color information
#30A105 (or 0x30A105) is known color: Kelly Green. HEX triplet: 30, A1 and 05. RGB value is (48,161,5). Sum of RGB (Red+Green+Blue) = 48+161+5=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #30A105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A105 is #CF5EFA. Grayscale: #6D6D6D. Windows color (decimal): -13590267 or 368944. OLE color: 368944.
HSL color Cylindrical-coordinate representation of color #30A105: hue angle of 103.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30A105 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 5 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.37 |
| HSL | 103.46º | 0.94% | 0.33% | - |
| HSV(B) | 103.46º | 0.97% | 0.63% | - |
| XYZ | 13.99 | 26.13 | 4.45 | - |
| YUV | 109.43 | 69.06 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 5 | 0.70 | 0 | 0.97 | 0.37 | 103.46 | 0.94 | 0.33 |
| Hex | 30 | A1 | 5 | 46 | 0 | 61 | 25 | 67 | 5E | 21 |
| Octal | 60 | 241 | 5 | 106 | 0 | 141 | 45 | 147 | 136 | 41 |
| Binary | 110000 | 10100001 | 101 | 1000110 | 0 | 1100001 | 100101 | 1100111 | 1011110 | 100001 |
Color Harmonies of #30A105
Complementary color
Monochromatic Colors of #30A105
Black with #30A105
Text Example
Text Example
White with #30A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A105; }
p { color: rgb(48,161,5); }
H1.HeaderClassName
{
color: #30A105;
}
.AnyTagClassName
{
color: #30A105;
}
</style>
background-color css
<style>
a { background-color: #30A105; }
a { background-color: rgb(48,161,5); }
div.DivClassName
{
background-color: #30A105;
}
.BgClassName
{
background-color: #30A105;
}
</style>
border-color css
<style>
span { border-color: #30A105; }
span { border-color: rgb(48,161,5); }
td.TdClassName
{
border-color: #30A105;
}
.TagClassName
{
border-color: #30A105;
}
</style>