Shades of Turtle Green #304304
Tints of Turtle Green #304304
RGB
CMYK
RGB Variations
Color information
#304304 (or 0x304304) is known color: Turtle Green. HEX triplet: 30, 43 and 04. RGB value is (48,67,4). Sum of RGB (Red+Green+Blue) = 48+67+4=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #304304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304304 is #CFBCFB. Grayscale: #363636. Windows color (decimal): -13614332 or 279344. OLE color: 279344.
HSL color Cylindrical-coordinate representation of color #304304: hue angle of 78.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #304304 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 4 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.74 |
| HSL | 78.1º | 0.89% | 0.14% | - |
| HSV(B) | 78.1º | 0.94% | 0.26% | - |
| XYZ | 3.25 | 4.65 | 0.84 | - |
| YUV | 54.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 4 | 0.28 | 0 | 0.94 | 0.74 | 78.1 | 0.89 | 0.14 |
| Hex | 30 | 43 | 4 | 1C | 0 | 5E | 4A | 4E | 59 | E |
| Octal | 60 | 103 | 4 | 34 | 0 | 136 | 112 | 116 | 131 | 16 |
| Binary | 110000 | 1000011 | 100 | 11100 | 0 | 1011110 | 1001010 | 1001110 | 1011001 | 1110 |
Color Harmonies of #304304
Complementary color
Monochromatic Colors of #304304
Black with #304304
Text Example
Text Example
White with #304304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304304; }
p { color: rgb(48,67,4); }
H1.HeaderClassName
{
color: #304304;
}
.AnyTagClassName
{
color: #304304;
}
</style>
background-color css
<style>
a { background-color: #304304; }
a { background-color: rgb(48,67,4); }
div.DivClassName
{
background-color: #304304;
}
.BgClassName
{
background-color: #304304;
}
</style>
border-color css
<style>
span { border-color: #304304; }
span { border-color: rgb(48,67,4); }
td.TdClassName
{
border-color: #304304;
}
.TagClassName
{
border-color: #304304;
}
</style>