Shades of Turtle Green #303A13
Tints of Turtle Green #303A13
RGB
CMYK
RGB Variations
Color information
#303A13 (or 0x303A13) is known color: Turtle Green. HEX triplet: 30, 3A and 13. RGB value is (48,58,19). Sum of RGB (Red+Green+Blue) = 48+58+19=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #303A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A13 is #CFC5EC. Grayscale: #323232. Windows color (decimal): -13616621 or 1260080. OLE color: 1260080.
HSL color Cylindrical-coordinate representation of color #303A13: hue angle of 75.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303A13 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 19 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.77 |
| HSL | 75.38º | 0.51% | 0.15% | - |
| HSV(B) | 75.38º | 0.67% | 0.23% | - |
| XYZ | 2.85 | 3.7 | 1.18 | - |
| YUV | 50.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 19 | 0.17 | 0 | 0.67 | 0.77 | 75.38 | 0.51 | 0.15 |
| Hex | 30 | 3A | 13 | 11 | 0 | 43 | 4D | 4B | 33 | F |
| Octal | 60 | 72 | 23 | 21 | 0 | 103 | 115 | 113 | 63 | 17 |
| Binary | 110000 | 111010 | 10011 | 10001 | 0 | 1000011 | 1001101 | 1001011 | 110011 | 1111 |
Color Harmonies of #303A13
Complementary color
Monochromatic Colors of #303A13
Black with #303A13
Text Example
Text Example
White with #303A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A13; }
p { color: rgb(48,58,19); }
H1.HeaderClassName
{
color: #303A13;
}
.AnyTagClassName
{
color: #303A13;
}
</style>
background-color css
<style>
a { background-color: #303A13; }
a { background-color: rgb(48,58,19); }
div.DivClassName
{
background-color: #303A13;
}
.BgClassName
{
background-color: #303A13;
}
</style>
border-color css
<style>
span { border-color: #303A13; }
span { border-color: rgb(48,58,19); }
td.TdClassName
{
border-color: #303A13;
}
.TagClassName
{
border-color: #303A13;
}
</style>