Shades of Turtle Green #304905
Tints of Turtle Green #304905
RGB
CMYK
RGB Variations
Color information
#304905 (or 0x304905) is known color: Turtle Green. HEX triplet: 30, 49 and 05. RGB value is (48,73,5). Sum of RGB (Red+Green+Blue) = 48+73+5=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #304905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304905 is #CFB6FA. Grayscale: #3A3A3A. Windows color (decimal): -13612795 or 346416. OLE color: 346416.
HSL color Cylindrical-coordinate representation of color #304905: hue angle of 82.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #304905 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 5 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.71 |
| HSL | 82.06º | 0.87% | 0.15% | - |
| HSV(B) | 82.06º | 0.93% | 0.29% | - |
| XYZ | 3.63 | 5.4 | 1 | - |
| YUV | 57.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 5 | 0.34 | 0 | 0.93 | 0.71 | 82.06 | 0.87 | 0.15 |
| Hex | 30 | 49 | 5 | 22 | 0 | 5D | 47 | 52 | 57 | F |
| Octal | 60 | 111 | 5 | 42 | 0 | 135 | 107 | 122 | 127 | 17 |
| Binary | 110000 | 1001001 | 101 | 100010 | 0 | 1011101 | 1000111 | 1010010 | 1010111 | 1111 |
Color Harmonies of #304905
Complementary color
Monochromatic Colors of #304905
Black with #304905
Text Example
Text Example
White with #304905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304905; }
p { color: rgb(48,73,5); }
H1.HeaderClassName
{
color: #304905;
}
.AnyTagClassName
{
color: #304905;
}
</style>
background-color css
<style>
a { background-color: #304905; }
a { background-color: rgb(48,73,5); }
div.DivClassName
{
background-color: #304905;
}
.BgClassName
{
background-color: #304905;
}
</style>
border-color css
<style>
span { border-color: #304905; }
span { border-color: rgb(48,73,5); }
td.TdClassName
{
border-color: #304905;
}
.TagClassName
{
border-color: #304905;
}
</style>