Shades of Turtle Green #303707
Tints of Turtle Green #303707
RGB
CMYK
RGB Variations
Color information
#303707 (or 0x303707) is known color: Turtle Green. HEX triplet: 30, 37 and 07. RGB value is (48,55,7). Sum of RGB (Red+Green+Blue) = 48+55+7=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #303707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303707 is #CFC8F8. Grayscale: #2F2F2F. Windows color (decimal): -13617401 or 472880. OLE color: 472880.
HSL color Cylindrical-coordinate representation of color #303707: hue angle of 68.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #303707 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 7 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.78 |
| HSL | 68.75º | 0.77% | 0.12% | - |
| HSV(B) | 68.75º | 0.87% | 0.22% | - |
| XYZ | 2.62 | 3.38 | 0.71 | - |
| YUV | 47.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 7 | 0.13 | 0 | 0.87 | 0.78 | 68.75 | 0.77 | 0.12 |
| Hex | 30 | 37 | 7 | D | 0 | 57 | 4E | 45 | 4D | C |
| Octal | 60 | 67 | 7 | 15 | 0 | 127 | 116 | 105 | 115 | 14 |
| Binary | 110000 | 110111 | 111 | 1101 | 0 | 1010111 | 1001110 | 1000101 | 1001101 | 1100 |
Color Harmonies of #303707
Complementary color
Monochromatic Colors of #303707
Black with #303707
Text Example
Text Example
White with #303707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303707; }
p { color: rgb(48,55,7); }
H1.HeaderClassName
{
color: #303707;
}
.AnyTagClassName
{
color: #303707;
}
</style>
background-color css
<style>
a { background-color: #303707; }
a { background-color: rgb(48,55,7); }
div.DivClassName
{
background-color: #303707;
}
.BgClassName
{
background-color: #303707;
}
</style>
border-color css
<style>
span { border-color: #303707; }
span { border-color: rgb(48,55,7); }
td.TdClassName
{
border-color: #303707;
}
.TagClassName
{
border-color: #303707;
}
</style>