Shades of Turtle Green #304910
Tints of Turtle Green #304910
RGB
CMYK
RGB Variations
Color information
#304910 (or 0x304910) is known color: Turtle Green. HEX triplet: 30, 49 and 10. RGB value is (48,73,16). Sum of RGB (Red+Green+Blue) = 48+73+16=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #304910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304910 is #CFB6EF. Grayscale: #3B3B3B. Windows color (decimal): -13612784 or 1067312. OLE color: 1067312.
HSL color Cylindrical-coordinate representation of color #304910: hue angle of 86.32º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304910 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 16 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.71 |
| HSL | 86.32º | 0.64% | 0.17% | - |
| HSV(B) | 86.32º | 0.78% | 0.29% | - |
| XYZ | 3.69 | 5.43 | 1.34 | - |
| YUV | 59.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 16 | 0.34 | 0 | 0.78 | 0.71 | 86.32 | 0.64 | 0.17 |
| Hex | 30 | 49 | 10 | 22 | 0 | 4E | 47 | 56 | 40 | 11 |
| Octal | 60 | 111 | 20 | 42 | 0 | 116 | 107 | 126 | 100 | 21 |
| Binary | 110000 | 1001001 | 10000 | 100010 | 0 | 1001110 | 1000111 | 1010110 | 1000000 | 10001 |
Color Harmonies of #304910
Complementary color
Monochromatic Colors of #304910
Black with #304910
Text Example
Text Example
White with #304910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304910; }
p { color: rgb(48,73,16); }
H1.HeaderClassName
{
color: #304910;
}
.AnyTagClassName
{
color: #304910;
}
</style>
background-color css
<style>
a { background-color: #304910; }
a { background-color: rgb(48,73,16); }
div.DivClassName
{
background-color: #304910;
}
.BgClassName
{
background-color: #304910;
}
</style>
border-color css
<style>
span { border-color: #304910; }
span { border-color: rgb(48,73,16); }
td.TdClassName
{
border-color: #304910;
}
.TagClassName
{
border-color: #304910;
}
</style>