Shades of Turtle Green #304309
Tints of Turtle Green #304309
RGB
CMYK
RGB Variations
Color information
#304309 (or 0x304309) is known color: Turtle Green. HEX triplet: 30, 43 and 09. RGB value is (48,67,9). Sum of RGB (Red+Green+Blue) = 48+67+9=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #304309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304309 is #CFBCF6. Grayscale: #363636. Windows color (decimal): -13614327 or 607024. OLE color: 607024.
HSL color Cylindrical-coordinate representation of color #304309: hue angle of 79.66º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #304309 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 9 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.74 |
| HSL | 79.66º | 0.76% | 0.15% | - |
| HSV(B) | 79.66º | 0.87% | 0.26% | - |
| XYZ | 3.28 | 4.66 | 0.99 | - |
| YUV | 54.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 9 | 0.28 | 0 | 0.87 | 0.74 | 79.66 | 0.76 | 0.15 |
| Hex | 30 | 43 | 9 | 1C | 0 | 57 | 4A | 50 | 4C | F |
| Octal | 60 | 103 | 11 | 34 | 0 | 127 | 112 | 120 | 114 | 17 |
| Binary | 110000 | 1000011 | 1001 | 11100 | 0 | 1010111 | 1001010 | 1010000 | 1001100 | 1111 |
Color Harmonies of #304309
Complementary color
Monochromatic Colors of #304309
Black with #304309
Text Example
Text Example
White with #304309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304309; }
p { color: rgb(48,67,9); }
H1.HeaderClassName
{
color: #304309;
}
.AnyTagClassName
{
color: #304309;
}
</style>
background-color css
<style>
a { background-color: #304309; }
a { background-color: rgb(48,67,9); }
div.DivClassName
{
background-color: #304309;
}
.BgClassName
{
background-color: #304309;
}
</style>
border-color css
<style>
span { border-color: #304309; }
span { border-color: rgb(48,67,9); }
td.TdClassName
{
border-color: #304309;
}
.TagClassName
{
border-color: #304309;
}
</style>