Shades of Turtle Green #304506
Tints of Turtle Green #304506
RGB
CMYK
RGB Variations
Color information
#304506 (or 0x304506) is known color: Turtle Green. HEX triplet: 30, 45 and 06. RGB value is (48,69,6). Sum of RGB (Red+Green+Blue) = 48+69+6=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #304506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304506 is #CFBAF9. Grayscale: #373737. Windows color (decimal): -13613818 or 410928. OLE color: 410928.
HSL color Cylindrical-coordinate representation of color #304506: hue angle of 80º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #304506 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 6 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.73 |
| HSL | 80º | 0.84% | 0.15% | - |
| HSV(B) | 80º | 0.91% | 0.27% | - |
| XYZ | 3.38 | 4.9 | 0.94 | - |
| YUV | 55.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 6 | 0.30 | 0 | 0.91 | 0.73 | 80 | 0.84 | 0.15 |
| Hex | 30 | 45 | 6 | 1E | 0 | 5B | 49 | 50 | 54 | F |
| Octal | 60 | 105 | 6 | 36 | 0 | 133 | 111 | 120 | 124 | 17 |
| Binary | 110000 | 1000101 | 110 | 11110 | 0 | 1011011 | 1001001 | 1010000 | 1010100 | 1111 |
Color Harmonies of #304506
Complementary color
Monochromatic Colors of #304506
Black with #304506
Text Example
Text Example
White with #304506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304506; }
p { color: rgb(48,69,6); }
H1.HeaderClassName
{
color: #304506;
}
.AnyTagClassName
{
color: #304506;
}
</style>
background-color css
<style>
a { background-color: #304506; }
a { background-color: rgb(48,69,6); }
div.DivClassName
{
background-color: #304506;
}
.BgClassName
{
background-color: #304506;
}
</style>
border-color css
<style>
span { border-color: #304506; }
span { border-color: rgb(48,69,6); }
td.TdClassName
{
border-color: #304506;
}
.TagClassName
{
border-color: #304506;
}
</style>