Shades of Turtle Green #304019
Tints of Turtle Green #304019
RGB
CMYK
RGB Variations
Color information
#304019 (or 0x304019) is known color: Turtle Green. HEX triplet: 30, 40 and 19. RGB value is (48,64,25). Sum of RGB (Red+Green+Blue) = 48+64+25=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #304019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304019 is #CFBFE6. Grayscale: #363636. Windows color (decimal): -13615079 or 1654832. OLE color: 1654832.
HSL color Cylindrical-coordinate representation of color #304019: hue angle of 84.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #304019 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 25 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.75 |
| HSL | 84.62º | 0.44% | 0.17% | - |
| HSV(B) | 84.62º | 0.61% | 0.25% | - |
| XYZ | 3.23 | 4.37 | 1.59 | - |
| YUV | 54.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 25 | 0.25 | 0 | 0.61 | 0.75 | 84.62 | 0.44 | 0.17 |
| Hex | 30 | 40 | 19 | 19 | 0 | 3D | 4B | 55 | 2C | 11 |
| Octal | 60 | 100 | 31 | 31 | 0 | 75 | 113 | 125 | 54 | 21 |
| Binary | 110000 | 1000000 | 11001 | 11001 | 0 | 111101 | 1001011 | 1010101 | 101100 | 10001 |
Color Harmonies of #304019
Complementary color
Monochromatic Colors of #304019
Black with #304019
Text Example
Text Example
White with #304019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304019; }
p { color: rgb(48,64,25); }
H1.HeaderClassName
{
color: #304019;
}
.AnyTagClassName
{
color: #304019;
}
</style>
background-color css
<style>
a { background-color: #304019; }
a { background-color: rgb(48,64,25); }
div.DivClassName
{
background-color: #304019;
}
.BgClassName
{
background-color: #304019;
}
</style>
border-color css
<style>
span { border-color: #304019; }
span { border-color: rgb(48,64,25); }
td.TdClassName
{
border-color: #304019;
}
.TagClassName
{
border-color: #304019;
}
</style>