Shades of Turtle Green #304000
Tints of Turtle Green #304000
RGB
CMYK
RGB Variations
Color information
#304000 (or 0x304000) is known color: Turtle Green. HEX triplet: 30, 40 and 00. RGB value is (48,64,0). Sum of RGB (Red+Green+Blue) = 48+64+0=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #304000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304000 is #CFBFFF. Grayscale: #343434. Windows color (decimal): -13615104 or 16432. OLE color: 16432.
HSL color Cylindrical-coordinate representation of color #304000: hue angle of 75º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #304000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.75 |
| HSL | 75º | 1% | 0.13% | - |
| HSV(B) | 75º | 1% | 0.25% | - |
| XYZ | 3.05 | 4.3 | 0.67 | - |
| YUV | 51.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 0 | 0.25 | 0 | 1 | 0.75 | 75 | 1 | 0.13 |
| Hex | 30 | 40 | 0 | 19 | 0 | 64 | 4B | 4B | 64 | D |
| Octal | 60 | 100 | 0 | 31 | 0 | 144 | 113 | 113 | 144 | 15 |
| Binary | 110000 | 1000000 | 0 | 11001 | 0 | 1100100 | 1001011 | 1001011 | 1100100 | 1101 |
Color Harmonies of #304000
Complementary color
Monochromatic Colors of #304000
Black with #304000
Text Example
Text Example
White with #304000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304000; }
p { color: rgb(48,64,0); }
H1.HeaderClassName
{
color: #304000;
}
.AnyTagClassName
{
color: #304000;
}
</style>
background-color css
<style>
a { background-color: #304000; }
a { background-color: rgb(48,64,0); }
div.DivClassName
{
background-color: #304000;
}
.BgClassName
{
background-color: #304000;
}
</style>
border-color css
<style>
span { border-color: #304000; }
span { border-color: rgb(48,64,0); }
td.TdClassName
{
border-color: #304000;
}
.TagClassName
{
border-color: #304000;
}
</style>