Shades of Turtle Green #30510E
Tints of Turtle Green #30510E
RGB
CMYK
RGB Variations
Color information
#30510E (or 0x30510E) is known color: Turtle Green. HEX triplet: 30, 51 and 0E. RGB value is (48,81,14). Sum of RGB (Red+Green+Blue) = 48+81+14=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #30510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30510E is #CFAEF1. Grayscale: #3F3F3F. Windows color (decimal): -13610738 or 938288. OLE color: 938288.
HSL color Cylindrical-coordinate representation of color #30510E: hue angle of 89.55º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30510E is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 14 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.68 |
| HSL | 89.55º | 0.71% | 0.19% | - |
| HSV(B) | 89.55º | 0.83% | 0.32% | - |
| XYZ | 4.24 | 6.54 | 1.46 | - |
| YUV | 63.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 14 | 0.41 | 0 | 0.83 | 0.68 | 89.55 | 0.71 | 0.19 |
| Hex | 30 | 51 | E | 29 | 0 | 53 | 44 | 5A | 47 | 13 |
| Octal | 60 | 121 | 16 | 51 | 0 | 123 | 104 | 132 | 107 | 23 |
| Binary | 110000 | 1010001 | 1110 | 101001 | 0 | 1010011 | 1000100 | 1011010 | 1000111 | 10011 |
Color Harmonies of #30510E
Complementary color
Monochromatic Colors of #30510E
Black with #30510E
Text Example
Text Example
White with #30510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30510E; }
p { color: rgb(48,81,14); }
H1.HeaderClassName
{
color: #30510E;
}
.AnyTagClassName
{
color: #30510E;
}
</style>
background-color css
<style>
a { background-color: #30510E; }
a { background-color: rgb(48,81,14); }
div.DivClassName
{
background-color: #30510E;
}
.BgClassName
{
background-color: #30510E;
}
</style>
border-color css
<style>
span { border-color: #30510E; }
span { border-color: rgb(48,81,14); }
td.TdClassName
{
border-color: #30510E;
}
.TagClassName
{
border-color: #30510E;
}
</style>