Shades of Turtle Green #303710
Tints of Turtle Green #303710
RGB
CMYK
RGB Variations
Color information
#303710 (or 0x303710) is known color: Turtle Green. HEX triplet: 30, 37 and 10. RGB value is (48,55,16). Sum of RGB (Red+Green+Blue) = 48+55+16=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #303710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303710 is #CFC8EF. Grayscale: #303030. Windows color (decimal): -13617392 or 1062704. OLE color: 1062704.
HSL color Cylindrical-coordinate representation of color #303710: hue angle of 70.77º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303710 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 16 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.78 |
| HSL | 70.77º | 0.55% | 0.14% | - |
| HSV(B) | 70.77º | 0.71% | 0.22% | - |
| XYZ | 2.68 | 3.4 | 1 | - |
| YUV | 48.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 16 | 0.13 | 0 | 0.71 | 0.78 | 70.77 | 0.55 | 0.14 |
| Hex | 30 | 37 | 10 | D | 0 | 47 | 4E | 47 | 37 | E |
| Octal | 60 | 67 | 20 | 15 | 0 | 107 | 116 | 107 | 67 | 16 |
| Binary | 110000 | 110111 | 10000 | 1101 | 0 | 1000111 | 1001110 | 1000111 | 110111 | 1110 |
Color Harmonies of #303710
Complementary color
Monochromatic Colors of #303710
Black with #303710
Text Example
Text Example
White with #303710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303710; }
p { color: rgb(48,55,16); }
H1.HeaderClassName
{
color: #303710;
}
.AnyTagClassName
{
color: #303710;
}
</style>
background-color css
<style>
a { background-color: #303710; }
a { background-color: rgb(48,55,16); }
div.DivClassName
{
background-color: #303710;
}
.BgClassName
{
background-color: #303710;
}
</style>
border-color css
<style>
span { border-color: #303710; }
span { border-color: rgb(48,55,16); }
td.TdClassName
{
border-color: #303710;
}
.TagClassName
{
border-color: #303710;
}
</style>