Shades of Turtle Green #304516
Tints of Turtle Green #304516
RGB
CMYK
RGB Variations
Color information
#304516 (or 0x304516) is known color: Turtle Green. HEX triplet: 30, 45 and 16. RGB value is (48,69,22). Sum of RGB (Red+Green+Blue) = 48+69+22=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #304516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304516 is #CFBAE9. Grayscale: #393939. Windows color (decimal): -13613802 or 1459504. OLE color: 1459504.
HSL color Cylindrical-coordinate representation of color #304516: hue angle of 86.81º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304516 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 22 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.73 |
| HSL | 86.81º | 0.52% | 0.18% | - |
| HSV(B) | 86.81º | 0.68% | 0.27% | - |
| XYZ | 3.49 | 4.94 | 1.53 | - |
| YUV | 57.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 22 | 0.30 | 0 | 0.68 | 0.73 | 86.81 | 0.52 | 0.18 |
| Hex | 30 | 45 | 16 | 1E | 0 | 44 | 49 | 57 | 34 | 12 |
| Octal | 60 | 105 | 26 | 36 | 0 | 104 | 111 | 127 | 64 | 22 |
| Binary | 110000 | 1000101 | 10110 | 11110 | 0 | 1000100 | 1001001 | 1010111 | 110100 | 10010 |
Color Harmonies of #304516
Complementary color
Monochromatic Colors of #304516
Black with #304516
Text Example
Text Example
White with #304516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304516; }
p { color: rgb(48,69,22); }
H1.HeaderClassName
{
color: #304516;
}
.AnyTagClassName
{
color: #304516;
}
</style>
background-color css
<style>
a { background-color: #304516; }
a { background-color: rgb(48,69,22); }
div.DivClassName
{
background-color: #304516;
}
.BgClassName
{
background-color: #304516;
}
</style>
border-color css
<style>
span { border-color: #304516; }
span { border-color: rgb(48,69,22); }
td.TdClassName
{
border-color: #304516;
}
.TagClassName
{
border-color: #304516;
}
</style>