Shades of Turtle Green #304613
Tints of Turtle Green #304613
RGB
CMYK
RGB Variations
Color information
#304613 (or 0x304613) is known color: Turtle Green. HEX triplet: 30, 46 and 13. RGB value is (48,70,19). Sum of RGB (Red+Green+Blue) = 48+70+19=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #304613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304613 is #CFB9EC. Grayscale: #393939. Windows color (decimal): -13613549 or 1263152. OLE color: 1263152.
HSL color Cylindrical-coordinate representation of color #304613: hue angle of 85.88º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304613 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 19 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.73 |
| HSL | 85.88º | 0.57% | 0.17% | - |
| HSV(B) | 85.88º | 0.73% | 0.27% | - |
| XYZ | 3.53 | 5.06 | 1.41 | - |
| YUV | 57.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 19 | 0.31 | 0 | 0.73 | 0.73 | 85.88 | 0.57 | 0.17 |
| Hex | 30 | 46 | 13 | 1F | 0 | 49 | 49 | 56 | 39 | 11 |
| Octal | 60 | 106 | 23 | 37 | 0 | 111 | 111 | 126 | 71 | 21 |
| Binary | 110000 | 1000110 | 10011 | 11111 | 0 | 1001001 | 1001001 | 1010110 | 111001 | 10001 |
Color Harmonies of #304613
Complementary color
Monochromatic Colors of #304613
Black with #304613
Text Example
Text Example
White with #304613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304613; }
p { color: rgb(48,70,19); }
H1.HeaderClassName
{
color: #304613;
}
.AnyTagClassName
{
color: #304613;
}
</style>
background-color css
<style>
a { background-color: #304613; }
a { background-color: rgb(48,70,19); }
div.DivClassName
{
background-color: #304613;
}
.BgClassName
{
background-color: #304613;
}
</style>
border-color css
<style>
span { border-color: #304613; }
span { border-color: rgb(48,70,19); }
td.TdClassName
{
border-color: #304613;
}
.TagClassName
{
border-color: #304613;
}
</style>