Shades of Turtle Green #303D00
Tints of Turtle Green #303D00
RGB
CMYK
RGB Variations
Color information
#303D00 (or 0x303D00) is known color: Turtle Green. HEX triplet: 30, 3D and 00. RGB value is (48,61,0). Sum of RGB (Red+Green+Blue) = 48+61+0=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #303D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D00 is #CFC2FF. Grayscale: #323232. Windows color (decimal): -13615872 or 15664. OLE color: 15664.
HSL color Cylindrical-coordinate representation of color #303D00: hue angle of 72.79º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303D00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.76 |
| HSL | 72.79º | 1% | 0.12% | - |
| HSV(B) | 72.79º | 1% | 0.24% | - |
| XYZ | 2.89 | 3.97 | 0.61 | - |
| YUV | 50.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 0 | 0.21 | 0 | 1 | 0.76 | 72.79 | 1 | 0.12 |
| Hex | 30 | 3D | 0 | 15 | 0 | 64 | 4C | 49 | 64 | C |
| Octal | 60 | 75 | 0 | 25 | 0 | 144 | 114 | 111 | 144 | 14 |
| Binary | 110000 | 111101 | 0 | 10101 | 0 | 1100100 | 1001100 | 1001001 | 1100100 | 1100 |
Color Harmonies of #303D00
Complementary color
Monochromatic Colors of #303D00
Black with #303D00
Text Example
Text Example
White with #303D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D00; }
p { color: rgb(48,61,0); }
H1.HeaderClassName
{
color: #303D00;
}
.AnyTagClassName
{
color: #303D00;
}
</style>
background-color css
<style>
a { background-color: #303D00; }
a { background-color: rgb(48,61,0); }
div.DivClassName
{
background-color: #303D00;
}
.BgClassName
{
background-color: #303D00;
}
</style>
border-color css
<style>
span { border-color: #303D00; }
span { border-color: rgb(48,61,0); }
td.TdClassName
{
border-color: #303D00;
}
.TagClassName
{
border-color: #303D00;
}
</style>