Shades of Turtle Green #303C16
Tints of Turtle Green #303C16
RGB
CMYK
RGB Variations
Color information
#303C16 (or 0x303C16) is known color: Turtle Green. HEX triplet: 30, 3C and 16. RGB value is (48,60,22). Sum of RGB (Red+Green+Blue) = 48+60+22=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #303C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303C16 is #CFC3E9. Grayscale: #343434. Windows color (decimal): -13616106 or 1457200. OLE color: 1457200.
HSL color Cylindrical-coordinate representation of color #303C16: hue angle of 78.95º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303C16 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 60 | 22 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.76 |
| HSL | 78.95º | 0.46% | 0.16% | - |
| HSV(B) | 78.95º | 0.63% | 0.24% | - |
| XYZ | 2.98 | 3.92 | 1.36 | - |
| YUV | 52.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 22 | 0.20 | 0 | 0.63 | 0.76 | 78.95 | 0.46 | 0.16 |
| Hex | 30 | 3C | 16 | 14 | 0 | 3F | 4C | 4F | 2E | 10 |
| Octal | 60 | 74 | 26 | 24 | 0 | 77 | 114 | 117 | 56 | 20 |
| Binary | 110000 | 111100 | 10110 | 10100 | 0 | 111111 | 1001100 | 1001111 | 101110 | 10000 |
Color Harmonies of #303C16
Complementary color
Monochromatic Colors of #303C16
Black with #303C16
Text Example
Text Example
White with #303C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C16; }
p { color: rgb(48,60,22); }
H1.HeaderClassName
{
color: #303C16;
}
.AnyTagClassName
{
color: #303C16;
}
</style>
background-color css
<style>
a { background-color: #303C16; }
a { background-color: rgb(48,60,22); }
div.DivClassName
{
background-color: #303C16;
}
.BgClassName
{
background-color: #303C16;
}
</style>
border-color css
<style>
span { border-color: #303C16; }
span { border-color: rgb(48,60,22); }
td.TdClassName
{
border-color: #303C16;
}
.TagClassName
{
border-color: #303C16;
}
</style>