Shades of Turtle Green #304707
Tints of Turtle Green #304707
RGB
CMYK
RGB Variations
Color information
#304707 (or 0x304707) is known color: Turtle Green. HEX triplet: 30, 47 and 07. RGB value is (48,71,7). Sum of RGB (Red+Green+Blue) = 48+71+7=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #304707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304707 is #CFB8F8. Grayscale: #393939. Windows color (decimal): -13613305 or 476976. OLE color: 476976.
HSL color Cylindrical-coordinate representation of color #304707: hue angle of 81.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #304707 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 7 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.72 |
| HSL | 81.56º | 0.82% | 0.15% | - |
| HSV(B) | 81.56º | 0.9% | 0.28% | - |
| XYZ | 3.51 | 5.15 | 1.01 | - |
| YUV | 56.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 7 | 0.32 | 0 | 0.90 | 0.72 | 81.56 | 0.82 | 0.15 |
| Hex | 30 | 47 | 7 | 20 | 0 | 5A | 48 | 52 | 52 | F |
| Octal | 60 | 107 | 7 | 40 | 0 | 132 | 110 | 122 | 122 | 17 |
| Binary | 110000 | 1000111 | 111 | 100000 | 0 | 1011010 | 1001000 | 1010010 | 1010010 | 1111 |
Color Harmonies of #304707
Complementary color
Monochromatic Colors of #304707
Black with #304707
Text Example
Text Example
White with #304707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304707; }
p { color: rgb(48,71,7); }
H1.HeaderClassName
{
color: #304707;
}
.AnyTagClassName
{
color: #304707;
}
</style>
background-color css
<style>
a { background-color: #304707; }
a { background-color: rgb(48,71,7); }
div.DivClassName
{
background-color: #304707;
}
.BgClassName
{
background-color: #304707;
}
</style>
border-color css
<style>
span { border-color: #304707; }
span { border-color: rgb(48,71,7); }
td.TdClassName
{
border-color: #304707;
}
.TagClassName
{
border-color: #304707;
}
</style>