Shades of Turtle Green #304004
Tints of Turtle Green #304004
RGB
CMYK
RGB Variations
Color information
#304004 (or 0x304004) is known color: Turtle Green. HEX triplet: 30, 40 and 04. RGB value is (48,64,4). Sum of RGB (Red+Green+Blue) = 48+64+4=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #304004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304004 is #CFBFFB. Grayscale: #343434. Windows color (decimal): -13615100 or 278576. OLE color: 278576.
HSL color Cylindrical-coordinate representation of color #304004: hue angle of 76º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #304004 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 4 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.75 |
| HSL | 76º | 0.88% | 0.13% | - |
| HSV(B) | 76º | 0.94% | 0.25% | - |
| XYZ | 3.07 | 4.3 | 0.78 | - |
| YUV | 52.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 4 | 0.25 | 0 | 0.94 | 0.75 | 76 | 0.88 | 0.13 |
| Hex | 30 | 40 | 4 | 19 | 0 | 5E | 4B | 4C | 58 | D |
| Octal | 60 | 100 | 4 | 31 | 0 | 136 | 113 | 114 | 130 | 15 |
| Binary | 110000 | 1000000 | 100 | 11001 | 0 | 1011110 | 1001011 | 1001100 | 1011000 | 1101 |
Color Harmonies of #304004
Complementary color
Monochromatic Colors of #304004
Black with #304004
Text Example
Text Example
White with #304004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304004; }
p { color: rgb(48,64,4); }
H1.HeaderClassName
{
color: #304004;
}
.AnyTagClassName
{
color: #304004;
}
</style>
background-color css
<style>
a { background-color: #304004; }
a { background-color: rgb(48,64,4); }
div.DivClassName
{
background-color: #304004;
}
.BgClassName
{
background-color: #304004;
}
</style>
border-color css
<style>
span { border-color: #304004; }
span { border-color: rgb(48,64,4); }
td.TdClassName
{
border-color: #304004;
}
.TagClassName
{
border-color: #304004;
}
</style>