Shades of Turtle Green #30390D
Tints of Turtle Green #30390D
RGB
CMYK
RGB Variations
Color information
#30390D (or 0x30390D) is known color: Turtle Green. HEX triplet: 30, 39 and 0D. RGB value is (48,57,13). Sum of RGB (Red+Green+Blue) = 48+57+13=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #30390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30390D is #CFC6F2. Grayscale: #313131. Windows color (decimal): -13616883 or 866608. OLE color: 866608.
HSL color Cylindrical-coordinate representation of color #30390D: hue angle of 72.27º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30390D is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 13 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.78 |
| HSL | 72.27º | 0.63% | 0.14% | - |
| HSV(B) | 72.27º | 0.77% | 0.22% | - |
| XYZ | 2.75 | 3.58 | 0.93 | - |
| YUV | 49.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 13 | 0.16 | 0 | 0.77 | 0.78 | 72.27 | 0.63 | 0.14 |
| Hex | 30 | 39 | D | 10 | 0 | 4D | 4E | 48 | 3F | E |
| Octal | 60 | 71 | 15 | 20 | 0 | 115 | 116 | 110 | 77 | 16 |
| Binary | 110000 | 111001 | 1101 | 10000 | 0 | 1001101 | 1001110 | 1001000 | 111111 | 1110 |
Color Harmonies of #30390D
Complementary color
Monochromatic Colors of #30390D
Black with #30390D
Text Example
Text Example
White with #30390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30390D; }
p { color: rgb(48,57,13); }
H1.HeaderClassName
{
color: #30390D;
}
.AnyTagClassName
{
color: #30390D;
}
</style>
background-color css
<style>
a { background-color: #30390D; }
a { background-color: rgb(48,57,13); }
div.DivClassName
{
background-color: #30390D;
}
.BgClassName
{
background-color: #30390D;
}
</style>
border-color css
<style>
span { border-color: #30390D; }
span { border-color: rgb(48,57,13); }
td.TdClassName
{
border-color: #30390D;
}
.TagClassName
{
border-color: #30390D;
}
</style>