Shades of Turtle Green #303E16
Tints of Turtle Green #303E16
RGB
CMYK
RGB Variations
Color information
#303E16 (or 0x303E16) is known color: Turtle Green. HEX triplet: 30, 3E and 16. RGB value is (48,62,22). Sum of RGB (Red+Green+Blue) = 48+62+22=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #303E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E16 is #CFC1E9. Grayscale: #353535. Windows color (decimal): -13615594 or 1457712. OLE color: 1457712.
HSL color Cylindrical-coordinate representation of color #303E16: hue angle of 81º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303E16 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 22 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.76 |
| HSL | 81º | 0.48% | 0.16% | - |
| HSV(B) | 81º | 0.65% | 0.24% | - |
| XYZ | 3.09 | 4.13 | 1.39 | - |
| YUV | 53.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 22 | 0.23 | 0 | 0.65 | 0.76 | 81 | 0.48 | 0.16 |
| Hex | 30 | 3E | 16 | 17 | 0 | 41 | 4C | 51 | 30 | 10 |
| Octal | 60 | 76 | 26 | 27 | 0 | 101 | 114 | 121 | 60 | 20 |
| Binary | 110000 | 111110 | 10110 | 10111 | 0 | 1000001 | 1001100 | 1010001 | 110000 | 10000 |
Color Harmonies of #303E16
Complementary color
Monochromatic Colors of #303E16
Black with #303E16
Text Example
Text Example
White with #303E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E16; }
p { color: rgb(48,62,22); }
H1.HeaderClassName
{
color: #303E16;
}
.AnyTagClassName
{
color: #303E16;
}
</style>
background-color css
<style>
a { background-color: #303E16; }
a { background-color: rgb(48,62,22); }
div.DivClassName
{
background-color: #303E16;
}
.BgClassName
{
background-color: #303E16;
}
</style>
border-color css
<style>
span { border-color: #303E16; }
span { border-color: rgb(48,62,22); }
td.TdClassName
{
border-color: #303E16;
}
.TagClassName
{
border-color: #303E16;
}
</style>