Shades of Turtle Green #30400E
Tints of Turtle Green #30400E
RGB
CMYK
RGB Variations
Color information
#30400E (or 0x30400E) is known color: Turtle Green. HEX triplet: 30, 40 and 0E. RGB value is (48,64,14). Sum of RGB (Red+Green+Blue) = 48+64+14=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #30400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30400E is #CFBFF1. Grayscale: #353535. Windows color (decimal): -13615090 or 933936. OLE color: 933936.
HSL color Cylindrical-coordinate representation of color #30400E: hue angle of 79.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30400E is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 14 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.75 |
| HSL | 79.2º | 0.64% | 0.15% | - |
| HSV(B) | 79.2º | 0.78% | 0.25% | - |
| XYZ | 3.13 | 4.33 | 1.09 | - |
| YUV | 53.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 14 | 0.25 | 0 | 0.78 | 0.75 | 79.2 | 0.64 | 0.15 |
| Hex | 30 | 40 | E | 19 | 0 | 4E | 4B | 4F | 40 | F |
| Octal | 60 | 100 | 16 | 31 | 0 | 116 | 113 | 117 | 100 | 17 |
| Binary | 110000 | 1000000 | 1110 | 11001 | 0 | 1001110 | 1001011 | 1001111 | 1000000 | 1111 |
Color Harmonies of #30400E
Complementary color
Monochromatic Colors of #30400E
Black with #30400E
Text Example
Text Example
White with #30400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30400E; }
p { color: rgb(48,64,14); }
H1.HeaderClassName
{
color: #30400E;
}
.AnyTagClassName
{
color: #30400E;
}
</style>
background-color css
<style>
a { background-color: #30400E; }
a { background-color: rgb(48,64,14); }
div.DivClassName
{
background-color: #30400E;
}
.BgClassName
{
background-color: #30400E;
}
</style>
border-color css
<style>
span { border-color: #30400E; }
span { border-color: rgb(48,64,14); }
td.TdClassName
{
border-color: #30400E;
}
.TagClassName
{
border-color: #30400E;
}
</style>