Shades of Turtle Green #304909
Tints of Turtle Green #304909
RGB
CMYK
RGB Variations
Color information
#304909 (or 0x304909) is known color: Turtle Green. HEX triplet: 30, 49 and 09. RGB value is (48,73,9). Sum of RGB (Red+Green+Blue) = 48+73+9=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #304909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304909 is #CFB6F6. Grayscale: #3A3A3A. Windows color (decimal): -13612791 or 608560. OLE color: 608560.
HSL color Cylindrical-coordinate representation of color #304909: hue angle of 83.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #304909 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 9 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.71 |
| HSL | 83.44º | 0.78% | 0.16% | - |
| HSV(B) | 83.44º | 0.88% | 0.29% | - |
| XYZ | 3.65 | 5.41 | 1.11 | - |
| YUV | 58.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 9 | 0.34 | 0 | 0.88 | 0.71 | 83.44 | 0.78 | 0.16 |
| Hex | 30 | 49 | 9 | 22 | 0 | 58 | 47 | 53 | 4E | 10 |
| Octal | 60 | 111 | 11 | 42 | 0 | 130 | 107 | 123 | 116 | 20 |
| Binary | 110000 | 1001001 | 1001 | 100010 | 0 | 1011000 | 1000111 | 1010011 | 1001110 | 10000 |
Color Harmonies of #304909
Complementary color
Monochromatic Colors of #304909
Black with #304909
Text Example
Text Example
White with #304909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304909; }
p { color: rgb(48,73,9); }
H1.HeaderClassName
{
color: #304909;
}
.AnyTagClassName
{
color: #304909;
}
</style>
background-color css
<style>
a { background-color: #304909; }
a { background-color: rgb(48,73,9); }
div.DivClassName
{
background-color: #304909;
}
.BgClassName
{
background-color: #304909;
}
</style>
border-color css
<style>
span { border-color: #304909; }
span { border-color: rgb(48,73,9); }
td.TdClassName
{
border-color: #304909;
}
.TagClassName
{
border-color: #304909;
}
</style>