Shades of Turtle Green #304405
Tints of Turtle Green #304405
RGB
CMYK
RGB Variations
Color information
#304405 (or 0x304405) is known color: Turtle Green. HEX triplet: 30, 44 and 05. RGB value is (48,68,5). Sum of RGB (Red+Green+Blue) = 48+68+5=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #304405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304405 is #CFBBFA. Grayscale: #373737. Windows color (decimal): -13614075 or 345136. OLE color: 345136.
HSL color Cylindrical-coordinate representation of color #304405: hue angle of 79.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #304405 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 5 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.73 |
| HSL | 79.05º | 0.86% | 0.14% | - |
| HSV(B) | 79.05º | 0.93% | 0.27% | - |
| XYZ | 3.31 | 4.77 | 0.89 | - |
| YUV | 54.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 5 | 0.29 | 0 | 0.93 | 0.73 | 79.05 | 0.86 | 0.14 |
| Hex | 30 | 44 | 5 | 1D | 0 | 5D | 49 | 4F | 56 | E |
| Octal | 60 | 104 | 5 | 35 | 0 | 135 | 111 | 117 | 126 | 16 |
| Binary | 110000 | 1000100 | 101 | 11101 | 0 | 1011101 | 1001001 | 1001111 | 1010110 | 1110 |
Color Harmonies of #304405
Complementary color
Monochromatic Colors of #304405
Black with #304405
Text Example
Text Example
White with #304405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304405; }
p { color: rgb(48,68,5); }
H1.HeaderClassName
{
color: #304405;
}
.AnyTagClassName
{
color: #304405;
}
</style>
background-color css
<style>
a { background-color: #304405; }
a { background-color: rgb(48,68,5); }
div.DivClassName
{
background-color: #304405;
}
.BgClassName
{
background-color: #304405;
}
</style>
border-color css
<style>
span { border-color: #304405; }
span { border-color: rgb(48,68,5); }
td.TdClassName
{
border-color: #304405;
}
.TagClassName
{
border-color: #304405;
}
</style>