Shades of Turtle Green #303B0D
Tints of Turtle Green #303B0D
RGB
CMYK
RGB Variations
Color information
#303B0D (or 0x303B0D) is known color: Turtle Green. HEX triplet: 30, 3B and 0D. RGB value is (48,59,13). Sum of RGB (Red+Green+Blue) = 48+59+13=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #303B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B0D is #CFC4F2. Grayscale: #323232. Windows color (decimal): -13616371 or 867120. OLE color: 867120.
HSL color Cylindrical-coordinate representation of color #303B0D: hue angle of 74.35º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303B0D is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 13 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.77 |
| HSL | 74.35º | 0.64% | 0.14% | - |
| HSV(B) | 74.35º | 0.78% | 0.23% | - |
| XYZ | 2.86 | 3.79 | 0.96 | - |
| YUV | 50.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 13 | 0.19 | 0 | 0.78 | 0.77 | 74.35 | 0.64 | 0.14 |
| Hex | 30 | 3B | D | 13 | 0 | 4E | 4D | 4A | 40 | E |
| Octal | 60 | 73 | 15 | 23 | 0 | 116 | 115 | 112 | 100 | 16 |
| Binary | 110000 | 111011 | 1101 | 10011 | 0 | 1001110 | 1001101 | 1001010 | 1000000 | 1110 |
Color Harmonies of #303B0D
Complementary color
Monochromatic Colors of #303B0D
Black with #303B0D
Text Example
Text Example
White with #303B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B0D; }
p { color: rgb(48,59,13); }
H1.HeaderClassName
{
color: #303B0D;
}
.AnyTagClassName
{
color: #303B0D;
}
</style>
background-color css
<style>
a { background-color: #303B0D; }
a { background-color: rgb(48,59,13); }
div.DivClassName
{
background-color: #303B0D;
}
.BgClassName
{
background-color: #303B0D;
}
</style>
border-color css
<style>
span { border-color: #303B0D; }
span { border-color: rgb(48,59,13); }
td.TdClassName
{
border-color: #303B0D;
}
.TagClassName
{
border-color: #303B0D;
}
</style>