Shades of Turtle Green #303A16
Tints of Turtle Green #303A16
RGB
CMYK
RGB Variations
Color information
#303A16 (or 0x303A16) is known color: Turtle Green. HEX triplet: 30, 3A and 16. RGB value is (48,58,22). Sum of RGB (Red+Green+Blue) = 48+58+22=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #303A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A16 is #CFC5E9. Grayscale: #333333. Windows color (decimal): -13616618 or 1456688. OLE color: 1456688.
HSL color Cylindrical-coordinate representation of color #303A16: hue angle of 76.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303A16 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 22 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.77 |
| HSL | 76.67º | 0.45% | 0.16% | - |
| HSV(B) | 76.67º | 0.62% | 0.23% | - |
| XYZ | 2.88 | 3.71 | 1.32 | - |
| YUV | 50.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 22 | 0.17 | 0 | 0.62 | 0.77 | 76.67 | 0.45 | 0.16 |
| Hex | 30 | 3A | 16 | 11 | 0 | 3E | 4D | 4D | 2D | 10 |
| Octal | 60 | 72 | 26 | 21 | 0 | 76 | 115 | 115 | 55 | 20 |
| Binary | 110000 | 111010 | 10110 | 10001 | 0 | 111110 | 1001101 | 1001101 | 101101 | 10000 |
Color Harmonies of #303A16
Complementary color
Monochromatic Colors of #303A16
Black with #303A16
Text Example
Text Example
White with #303A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A16; }
p { color: rgb(48,58,22); }
H1.HeaderClassName
{
color: #303A16;
}
.AnyTagClassName
{
color: #303A16;
}
</style>
background-color css
<style>
a { background-color: #303A16; }
a { background-color: rgb(48,58,22); }
div.DivClassName
{
background-color: #303A16;
}
.BgClassName
{
background-color: #303A16;
}
</style>
border-color css
<style>
span { border-color: #303A16; }
span { border-color: rgb(48,58,22); }
td.TdClassName
{
border-color: #303A16;
}
.TagClassName
{
border-color: #303A16;
}
</style>