Shades of Turtle Green #304005
Tints of Turtle Green #304005
RGB
CMYK
RGB Variations
Color information
#304005 (or 0x304005) is known color: Turtle Green. HEX triplet: 30, 40 and 05. RGB value is (48,64,5). Sum of RGB (Red+Green+Blue) = 48+64+5=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #304005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304005 is #CFBFFA. Grayscale: #343434. Windows color (decimal): -13615099 or 344112. OLE color: 344112.
HSL color Cylindrical-coordinate representation of color #304005: hue angle of 76.27º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #304005 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 5 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.75 |
| HSL | 76.27º | 0.86% | 0.14% | - |
| HSV(B) | 76.27º | 0.92% | 0.25% | - |
| XYZ | 3.08 | 4.31 | 0.81 | - |
| YUV | 52.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 5 | 0.25 | 0 | 0.92 | 0.75 | 76.27 | 0.86 | 0.14 |
| Hex | 30 | 40 | 5 | 19 | 0 | 5C | 4B | 4C | 56 | E |
| Octal | 60 | 100 | 5 | 31 | 0 | 134 | 113 | 114 | 126 | 16 |
| Binary | 110000 | 1000000 | 101 | 11001 | 0 | 1011100 | 1001011 | 1001100 | 1010110 | 1110 |
Color Harmonies of #304005
Complementary color
Monochromatic Colors of #304005
Black with #304005
Text Example
Text Example
White with #304005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304005; }
p { color: rgb(48,64,5); }
H1.HeaderClassName
{
color: #304005;
}
.AnyTagClassName
{
color: #304005;
}
</style>
background-color css
<style>
a { background-color: #304005; }
a { background-color: rgb(48,64,5); }
div.DivClassName
{
background-color: #304005;
}
.BgClassName
{
background-color: #304005;
}
</style>
border-color css
<style>
span { border-color: #304005; }
span { border-color: rgb(48,64,5); }
td.TdClassName
{
border-color: #304005;
}
.TagClassName
{
border-color: #304005;
}
</style>