Shades of Turtle Green #30500E
Tints of Turtle Green #30500E
RGB
CMYK
RGB Variations
Color information
#30500E (or 0x30500E) is known color: Turtle Green. HEX triplet: 30, 50 and 0E. RGB value is (48,80,14). Sum of RGB (Red+Green+Blue) = 48+80+14=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #30500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30500E is #CFAFF1. Grayscale: #3F3F3F. Windows color (decimal): -13610994 or 938032. OLE color: 938032.
HSL color Cylindrical-coordinate representation of color #30500E: hue angle of 89.09º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30500E is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 14 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.69 |
| HSL | 89.09º | 0.7% | 0.18% | - |
| HSV(B) | 89.09º | 0.83% | 0.31% | - |
| XYZ | 4.17 | 6.4 | 1.43 | - |
| YUV | 62.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 14 | 0.40 | 0 | 0.83 | 0.69 | 89.09 | 0.7 | 0.18 |
| Hex | 30 | 50 | E | 28 | 0 | 53 | 45 | 59 | 46 | 12 |
| Octal | 60 | 120 | 16 | 50 | 0 | 123 | 105 | 131 | 106 | 22 |
| Binary | 110000 | 1010000 | 1110 | 101000 | 0 | 1010011 | 1000101 | 1011001 | 1000110 | 10010 |
Color Harmonies of #30500E
Complementary color
Monochromatic Colors of #30500E
Black with #30500E
Text Example
Text Example
White with #30500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30500E; }
p { color: rgb(48,80,14); }
H1.HeaderClassName
{
color: #30500E;
}
.AnyTagClassName
{
color: #30500E;
}
</style>
background-color css
<style>
a { background-color: #30500E; }
a { background-color: rgb(48,80,14); }
div.DivClassName
{
background-color: #30500E;
}
.BgClassName
{
background-color: #30500E;
}
</style>
border-color css
<style>
span { border-color: #30500E; }
span { border-color: rgb(48,80,14); }
td.TdClassName
{
border-color: #30500E;
}
.TagClassName
{
border-color: #30500E;
}
</style>