Shades of Turtle Green #304013
Tints of Turtle Green #304013
RGB
CMYK
RGB Variations
Color information
#304013 (or 0x304013) is known color: Turtle Green. HEX triplet: 30, 40 and 13. RGB value is (48,64,19). Sum of RGB (Red+Green+Blue) = 48+64+19=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #304013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304013 is #CFBFEC. Grayscale: #363636. Windows color (decimal): -13615085 or 1261616. OLE color: 1261616.
HSL color Cylindrical-coordinate representation of color #304013: hue angle of 81.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304013 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 19 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.75 |
| HSL | 81.33º | 0.54% | 0.16% | - |
| HSV(B) | 81.33º | 0.7% | 0.25% | - |
| XYZ | 3.17 | 4.34 | 1.29 | - |
| YUV | 54.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 19 | 0.25 | 0 | 0.70 | 0.75 | 81.33 | 0.54 | 0.16 |
| Hex | 30 | 40 | 13 | 19 | 0 | 46 | 4B | 51 | 36 | 10 |
| Octal | 60 | 100 | 23 | 31 | 0 | 106 | 113 | 121 | 66 | 20 |
| Binary | 110000 | 1000000 | 10011 | 11001 | 0 | 1000110 | 1001011 | 1010001 | 110110 | 10000 |
Color Harmonies of #304013
Complementary color
Monochromatic Colors of #304013
Black with #304013
Text Example
Text Example
White with #304013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304013; }
p { color: rgb(48,64,19); }
H1.HeaderClassName
{
color: #304013;
}
.AnyTagClassName
{
color: #304013;
}
</style>
background-color css
<style>
a { background-color: #304013; }
a { background-color: rgb(48,64,19); }
div.DivClassName
{
background-color: #304013;
}
.BgClassName
{
background-color: #304013;
}
</style>
border-color css
<style>
span { border-color: #304013; }
span { border-color: rgb(48,64,19); }
td.TdClassName
{
border-color: #304013;
}
.TagClassName
{
border-color: #304013;
}
</style>