Shades of Turtle Green #303904
Tints of Turtle Green #303904
RGB
CMYK
RGB Variations
Color information
#303904 (or 0x303904) is known color: Turtle Green. HEX triplet: 30, 39 and 04. RGB value is (48,57,4). Sum of RGB (Red+Green+Blue) = 48+57+4=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #303904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303904 is #CFC6FB. Grayscale: #303030. Windows color (decimal): -13616892 or 276784. OLE color: 276784.
HSL color Cylindrical-coordinate representation of color #303904: hue angle of 70.19º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #303904 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 4 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.78 |
| HSL | 70.19º | 0.87% | 0.12% | - |
| HSV(B) | 70.19º | 0.93% | 0.22% | - |
| XYZ | 2.7 | 3.56 | 0.66 | - |
| YUV | 48.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 4 | 0.16 | 0 | 0.93 | 0.78 | 70.19 | 0.87 | 0.12 |
| Hex | 30 | 39 | 4 | 10 | 0 | 5D | 4E | 46 | 57 | C |
| Octal | 60 | 71 | 4 | 20 | 0 | 135 | 116 | 106 | 127 | 14 |
| Binary | 110000 | 111001 | 100 | 10000 | 0 | 1011101 | 1001110 | 1000110 | 1010111 | 1100 |
Color Harmonies of #303904
Complementary color
Monochromatic Colors of #303904
Black with #303904
Text Example
Text Example
White with #303904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303904; }
p { color: rgb(48,57,4); }
H1.HeaderClassName
{
color: #303904;
}
.AnyTagClassName
{
color: #303904;
}
</style>
background-color css
<style>
a { background-color: #303904; }
a { background-color: rgb(48,57,4); }
div.DivClassName
{
background-color: #303904;
}
.BgClassName
{
background-color: #303904;
}
</style>
border-color css
<style>
span { border-color: #303904; }
span { border-color: rgb(48,57,4); }
td.TdClassName
{
border-color: #303904;
}
.TagClassName
{
border-color: #303904;
}
</style>