Shades of Turtle Green #304F0A
Tints of Turtle Green #304F0A
RGB
CMYK
RGB Variations
Color information
#304F0A (or 0x304F0A) is known color: Turtle Green. HEX triplet: 30, 4F and 0A. RGB value is (48,79,10). Sum of RGB (Red+Green+Blue) = 48+79+10=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #304F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F0A is #CFB0F5. Grayscale: #3E3E3E. Windows color (decimal): -13611254 or 675632. OLE color: 675632.
HSL color Cylindrical-coordinate representation of color #304F0A: hue angle of 86.96º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #304F0A is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 10 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.69 |
| HSL | 86.96º | 0.78% | 0.17% | - |
| HSV(B) | 86.96º | 0.87% | 0.31% | - |
| XYZ | 4.07 | 6.24 | 1.28 | - |
| YUV | 61.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 10 | 0.39 | 0 | 0.87 | 0.69 | 86.96 | 0.78 | 0.17 |
| Hex | 30 | 4F | A | 27 | 0 | 57 | 45 | 57 | 4E | 11 |
| Octal | 60 | 117 | 12 | 47 | 0 | 127 | 105 | 127 | 116 | 21 |
| Binary | 110000 | 1001111 | 1010 | 100111 | 0 | 1010111 | 1000101 | 1010111 | 1001110 | 10001 |
Color Harmonies of #304F0A
Complementary color
Monochromatic Colors of #304F0A
Black with #304F0A
Text Example
Text Example
White with #304F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F0A; }
p { color: rgb(48,79,10); }
H1.HeaderClassName
{
color: #304F0A;
}
.AnyTagClassName
{
color: #304F0A;
}
</style>
background-color css
<style>
a { background-color: #304F0A; }
a { background-color: rgb(48,79,10); }
div.DivClassName
{
background-color: #304F0A;
}
.BgClassName
{
background-color: #304F0A;
}
</style>
border-color css
<style>
span { border-color: #304F0A; }
span { border-color: rgb(48,79,10); }
td.TdClassName
{
border-color: #304F0A;
}
.TagClassName
{
border-color: #304F0A;
}
</style>