Shades of Turtle Green #304009
Tints of Turtle Green #304009
RGB
CMYK
RGB Variations
Color information
#304009 (or 0x304009) is known color: Turtle Green. HEX triplet: 30, 40 and 09. RGB value is (48,64,9). Sum of RGB (Red+Green+Blue) = 48+64+9=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #304009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304009 is #CFBFF6. Grayscale: #353535. Windows color (decimal): -13615095 or 606256. OLE color: 606256.
HSL color Cylindrical-coordinate representation of color #304009: hue angle of 77.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #304009 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 9 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.75 |
| HSL | 77.45º | 0.75% | 0.14% | - |
| HSV(B) | 77.45º | 0.86% | 0.25% | - |
| XYZ | 3.1 | 4.31 | 0.93 | - |
| YUV | 52.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 9 | 0.25 | 0 | 0.86 | 0.75 | 77.45 | 0.75 | 0.14 |
| Hex | 30 | 40 | 9 | 19 | 0 | 56 | 4B | 4D | 4B | E |
| Octal | 60 | 100 | 11 | 31 | 0 | 126 | 113 | 115 | 113 | 16 |
| Binary | 110000 | 1000000 | 1001 | 11001 | 0 | 1010110 | 1001011 | 1001101 | 1001011 | 1110 |
Color Harmonies of #304009
Complementary color
Monochromatic Colors of #304009
Black with #304009
Text Example
Text Example
White with #304009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304009; }
p { color: rgb(48,64,9); }
H1.HeaderClassName
{
color: #304009;
}
.AnyTagClassName
{
color: #304009;
}
</style>
background-color css
<style>
a { background-color: #304009; }
a { background-color: rgb(48,64,9); }
div.DivClassName
{
background-color: #304009;
}
.BgClassName
{
background-color: #304009;
}
</style>
border-color css
<style>
span { border-color: #304009; }
span { border-color: rgb(48,64,9); }
td.TdClassName
{
border-color: #304009;
}
.TagClassName
{
border-color: #304009;
}
</style>