Shades of Turtle Green #304904
Tints of Turtle Green #304904
RGB
CMYK
RGB Variations
Color information
#304904 (or 0x304904) is known color: Turtle Green. HEX triplet: 30, 49 and 04. RGB value is (48,73,4). Sum of RGB (Red+Green+Blue) = 48+73+4=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #304904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304904 is #CFB6FB. Grayscale: #393939. Windows color (decimal): -13612796 or 280880. OLE color: 280880.
HSL color Cylindrical-coordinate representation of color #304904: hue angle of 81.74º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #304904 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 4 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.71 |
| HSL | 81.74º | 0.9% | 0.15% | - |
| HSV(B) | 81.74º | 0.95% | 0.29% | - |
| XYZ | 3.62 | 5.4 | 0.97 | - |
| YUV | 57.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 4 | 0.34 | 0 | 0.95 | 0.71 | 81.74 | 0.9 | 0.15 |
| Hex | 30 | 49 | 4 | 22 | 0 | 5F | 47 | 52 | 5A | F |
| Octal | 60 | 111 | 4 | 42 | 0 | 137 | 107 | 122 | 132 | 17 |
| Binary | 110000 | 1001001 | 100 | 100010 | 0 | 1011111 | 1000111 | 1010010 | 1011010 | 1111 |
Color Harmonies of #304904
Complementary color
Monochromatic Colors of #304904
Black with #304904
Text Example
Text Example
White with #304904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304904; }
p { color: rgb(48,73,4); }
H1.HeaderClassName
{
color: #304904;
}
.AnyTagClassName
{
color: #304904;
}
</style>
background-color css
<style>
a { background-color: #304904; }
a { background-color: rgb(48,73,4); }
div.DivClassName
{
background-color: #304904;
}
.BgClassName
{
background-color: #304904;
}
</style>
border-color css
<style>
span { border-color: #304904; }
span { border-color: rgb(48,73,4); }
td.TdClassName
{
border-color: #304904;
}
.TagClassName
{
border-color: #304904;
}
</style>