Shades of Turtle Green #303913
Tints of Turtle Green #303913
RGB
CMYK
RGB Variations
Color information
#303913 (or 0x303913) is known color: Turtle Green. HEX triplet: 30, 39 and 13. RGB value is (48,57,19). Sum of RGB (Red+Green+Blue) = 48+57+19=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #303913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303913 is #CFC6EC. Grayscale: #323232. Windows color (decimal): -13616877 or 1259824. OLE color: 1259824.
HSL color Cylindrical-coordinate representation of color #303913: hue angle of 74.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303913 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 19 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.78 |
| HSL | 74.21º | 0.5% | 0.15% | - |
| HSV(B) | 74.21º | 0.67% | 0.22% | - |
| XYZ | 2.8 | 3.6 | 1.16 | - |
| YUV | 49.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 19 | 0.16 | 0 | 0.67 | 0.78 | 74.21 | 0.5 | 0.15 |
| Hex | 30 | 39 | 13 | 10 | 0 | 43 | 4E | 4A | 32 | F |
| Octal | 60 | 71 | 23 | 20 | 0 | 103 | 116 | 112 | 62 | 17 |
| Binary | 110000 | 111001 | 10011 | 10000 | 0 | 1000011 | 1001110 | 1001010 | 110010 | 1111 |
Color Harmonies of #303913
Complementary color
Monochromatic Colors of #303913
Black with #303913
Text Example
Text Example
White with #303913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303913; }
p { color: rgb(48,57,19); }
H1.HeaderClassName
{
color: #303913;
}
.AnyTagClassName
{
color: #303913;
}
</style>
background-color css
<style>
a { background-color: #303913; }
a { background-color: rgb(48,57,19); }
div.DivClassName
{
background-color: #303913;
}
.BgClassName
{
background-color: #303913;
}
</style>
border-color css
<style>
span { border-color: #303913; }
span { border-color: rgb(48,57,19); }
td.TdClassName
{
border-color: #303913;
}
.TagClassName
{
border-color: #303913;
}
</style>