Shades of Turtle Green #303D10
Tints of Turtle Green #303D10
RGB
CMYK
RGB Variations
Color information
#303D10 (or 0x303D10) is known color: Turtle Green. HEX triplet: 30, 3D and 10. RGB value is (48,61,16). Sum of RGB (Red+Green+Blue) = 48+61+16=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #303D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D10 is #CFC2EF. Grayscale: #343434. Windows color (decimal): -13615856 or 1064240. OLE color: 1064240.
HSL color Cylindrical-coordinate representation of color #303D10: hue angle of 77.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303D10 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 16 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.76 |
| HSL | 77.33º | 0.58% | 0.15% | - |
| HSV(B) | 77.33º | 0.74% | 0.24% | - |
| XYZ | 2.98 | 4 | 1.11 | - |
| YUV | 51.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 16 | 0.21 | 0 | 0.74 | 0.76 | 77.33 | 0.58 | 0.15 |
| Hex | 30 | 3D | 10 | 15 | 0 | 4A | 4C | 4D | 3A | F |
| Octal | 60 | 75 | 20 | 25 | 0 | 112 | 114 | 115 | 72 | 17 |
| Binary | 110000 | 111101 | 10000 | 10101 | 0 | 1001010 | 1001100 | 1001101 | 111010 | 1111 |
Color Harmonies of #303D10
Complementary color
Monochromatic Colors of #303D10
Black with #303D10
Text Example
Text Example
White with #303D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D10; }
p { color: rgb(48,61,16); }
H1.HeaderClassName
{
color: #303D10;
}
.AnyTagClassName
{
color: #303D10;
}
</style>
background-color css
<style>
a { background-color: #303D10; }
a { background-color: rgb(48,61,16); }
div.DivClassName
{
background-color: #303D10;
}
.BgClassName
{
background-color: #303D10;
}
</style>
border-color css
<style>
span { border-color: #303D10; }
span { border-color: rgb(48,61,16); }
td.TdClassName
{
border-color: #303D10;
}
.TagClassName
{
border-color: #303D10;
}
</style>