Shades of Turtle Green #304D11
Tints of Turtle Green #304D11
RGB
CMYK
RGB Variations
Color information
#304D11 (or 0x304D11) is known color: Turtle Green. HEX triplet: 30, 4D and 11. RGB value is (48,77,17). Sum of RGB (Red+Green+Blue) = 48+77+17=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #304D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304D11 is #CFB2EE. Grayscale: #3D3D3D. Windows color (decimal): -13611759 or 1133872. OLE color: 1133872.
HSL color Cylindrical-coordinate representation of color #304D11: hue angle of 89º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304D11 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 17 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.70 |
| HSL | 89º | 0.64% | 0.18% | - |
| HSV(B) | 89º | 0.78% | 0.3% | - |
| XYZ | 3.97 | 5.98 | 1.47 | - |
| YUV | 61.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 17 | 0.38 | 0 | 0.78 | 0.70 | 89 | 0.64 | 0.18 |
| Hex | 30 | 4D | 11 | 26 | 0 | 4E | 46 | 59 | 40 | 12 |
| Octal | 60 | 115 | 21 | 46 | 0 | 116 | 106 | 131 | 100 | 22 |
| Binary | 110000 | 1001101 | 10001 | 100110 | 0 | 1001110 | 1000110 | 1011001 | 1000000 | 10010 |
Color Harmonies of #304D11
Complementary color
Monochromatic Colors of #304D11
Black with #304D11
Text Example
Text Example
White with #304D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D11; }
p { color: rgb(48,77,17); }
H1.HeaderClassName
{
color: #304D11;
}
.AnyTagClassName
{
color: #304D11;
}
</style>
background-color css
<style>
a { background-color: #304D11; }
a { background-color: rgb(48,77,17); }
div.DivClassName
{
background-color: #304D11;
}
.BgClassName
{
background-color: #304D11;
}
</style>
border-color css
<style>
span { border-color: #304D11; }
span { border-color: rgb(48,77,17); }
td.TdClassName
{
border-color: #304D11;
}
.TagClassName
{
border-color: #304D11;
}
</style>