Shades of Turtle Green #304712
Tints of Turtle Green #304712
RGB
CMYK
RGB Variations
Color information
#304712 (or 0x304712) is known color: Turtle Green. HEX triplet: 30, 47 and 12. RGB value is (48,71,18). Sum of RGB (Red+Green+Blue) = 48+71+18=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #304712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304712 is #CFB8ED. Grayscale: #3A3A3A. Windows color (decimal): -13613294 or 1197872. OLE color: 1197872.
HSL color Cylindrical-coordinate representation of color #304712: hue angle of 86.04º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304712 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 18 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.72 |
| HSL | 86.04º | 0.6% | 0.17% | - |
| HSV(B) | 86.04º | 0.75% | 0.28% | - |
| XYZ | 3.58 | 5.18 | 1.38 | - |
| YUV | 58.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 18 | 0.32 | 0 | 0.75 | 0.72 | 86.04 | 0.6 | 0.17 |
| Hex | 30 | 47 | 12 | 20 | 0 | 4B | 48 | 56 | 3C | 11 |
| Octal | 60 | 107 | 22 | 40 | 0 | 113 | 110 | 126 | 74 | 21 |
| Binary | 110000 | 1000111 | 10010 | 100000 | 0 | 1001011 | 1001000 | 1010110 | 111100 | 10001 |
Color Harmonies of #304712
Complementary color
Monochromatic Colors of #304712
Black with #304712
Text Example
Text Example
White with #304712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304712; }
p { color: rgb(48,71,18); }
H1.HeaderClassName
{
color: #304712;
}
.AnyTagClassName
{
color: #304712;
}
</style>
background-color css
<style>
a { background-color: #304712; }
a { background-color: rgb(48,71,18); }
div.DivClassName
{
background-color: #304712;
}
.BgClassName
{
background-color: #304712;
}
</style>
border-color css
<style>
span { border-color: #304712; }
span { border-color: rgb(48,71,18); }
td.TdClassName
{
border-color: #304712;
}
.TagClassName
{
border-color: #304712;
}
</style>