Shades of Kelly Green #48AF2C
Tints of Kelly Green #48AF2C
RGB
CMYK
RGB Variations
Color information
#48AF2C (or 0x48AF2C) is known color: Kelly Green. HEX triplet: 48, AF and 2C. RGB value is (72,175,44). Sum of RGB (Red+Green+Blue) = 72+175+44=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF2C is #B750D3. Grayscale: #818181. Windows color (decimal): -12013780 or 2928456. OLE color: 2928456.
HSL color Cylindrical-coordinate representation of color #48AF2C: hue angle of 107.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48AF2C is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 175 | 44 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.31 |
| HSL | 107.18º | 0.6% | 0.43% | - |
| HSV(B) | 107.18º | 0.75% | 0.69% | - |
| XYZ | 18.46 | 32.22 | 7.63 | - |
| YUV | 129.27 | 79.88 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 175 | 44 | 0.59 | 0 | 0.75 | 0.31 | 107.18 | 0.6 | 0.43 |
| Hex | 48 | AF | 2C | 3B | 0 | 4B | 1F | 6B | 3C | 2B |
| Octal | 110 | 257 | 54 | 73 | 0 | 113 | 37 | 153 | 74 | 53 |
| Binary | 1001000 | 10101111 | 101100 | 111011 | 0 | 1001011 | 11111 | 1101011 | 111100 | 101011 |
Color Harmonies of #48AF2C
Complementary color
Monochromatic Colors of #48AF2C
Black with #48AF2C
Text Example
Text Example
White with #48AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AF2C; }
p { color: rgb(72,175,44); }
H1.HeaderClassName
{
color: #48AF2C;
}
.AnyTagClassName
{
color: #48AF2C;
}
</style>
background-color css
<style>
a { background-color: #48AF2C; }
a { background-color: rgb(72,175,44); }
div.DivClassName
{
background-color: #48AF2C;
}
.BgClassName
{
background-color: #48AF2C;
}
</style>
border-color css
<style>
span { border-color: #48AF2C; }
span { border-color: rgb(72,175,44); }
td.TdClassName
{
border-color: #48AF2C;
}
.TagClassName
{
border-color: #48AF2C;
}
</style>