Shades of Turtle Green #303D0A
Tints of Turtle Green #303D0A
RGB
CMYK
RGB Variations
Color information
#303D0A (or 0x303D0A) is known color: Turtle Green. HEX triplet: 30, 3D and 0A. RGB value is (48,61,10). Sum of RGB (Red+Green+Blue) = 48+61+10=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #303D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D0A is #CFC2F5. Grayscale: #333333. Windows color (decimal): -13615862 or 671024. OLE color: 671024.
HSL color Cylindrical-coordinate representation of color #303D0A: hue angle of 75.29º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #303D0A is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 10 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.76 |
| HSL | 75.29º | 0.72% | 0.14% | - |
| HSV(B) | 75.29º | 0.84% | 0.24% | - |
| XYZ | 2.94 | 3.99 | 0.9 | - |
| YUV | 51.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 10 | 0.21 | 0 | 0.84 | 0.76 | 75.29 | 0.72 | 0.14 |
| Hex | 30 | 3D | A | 15 | 0 | 54 | 4C | 4B | 48 | E |
| Octal | 60 | 75 | 12 | 25 | 0 | 124 | 114 | 113 | 110 | 16 |
| Binary | 110000 | 111101 | 1010 | 10101 | 0 | 1010100 | 1001100 | 1001011 | 1001000 | 1110 |
Color Harmonies of #303D0A
Complementary color
Monochromatic Colors of #303D0A
Black with #303D0A
Text Example
Text Example
White with #303D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D0A; }
p { color: rgb(48,61,10); }
H1.HeaderClassName
{
color: #303D0A;
}
.AnyTagClassName
{
color: #303D0A;
}
</style>
background-color css
<style>
a { background-color: #303D0A; }
a { background-color: rgb(48,61,10); }
div.DivClassName
{
background-color: #303D0A;
}
.BgClassName
{
background-color: #303D0A;
}
</style>
border-color css
<style>
span { border-color: #303D0A; }
span { border-color: rgb(48,61,10); }
td.TdClassName
{
border-color: #303D0A;
}
.TagClassName
{
border-color: #303D0A;
}
</style>