Shades of Turtle Green #304606
Tints of Turtle Green #304606
RGB
CMYK
RGB Variations
Color information
#304606 (or 0x304606) is known color: Turtle Green. HEX triplet: 30, 46 and 06. RGB value is (48,70,6). Sum of RGB (Red+Green+Blue) = 48+70+6=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #304606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304606 is #CFB9F9. Grayscale: #383838. Windows color (decimal): -13613562 or 411184. OLE color: 411184.
HSL color Cylindrical-coordinate representation of color #304606: hue angle of 80.62º 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 #304606 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 6 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.73 |
| HSL | 80.63º | 0.84% | 0.15% | - |
| HSV(B) | 80.63º | 0.91% | 0.27% | - |
| XYZ | 3.44 | 5.02 | 0.96 | - |
| YUV | 56.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 6 | 0.31 | 0 | 0.91 | 0.73 | 80.63 | 0.84 | 0.15 |
| Hex | 30 | 46 | 6 | 1F | 0 | 5B | 49 | 51 | 54 | F |
| Octal | 60 | 106 | 6 | 37 | 0 | 133 | 111 | 121 | 124 | 17 |
| Binary | 110000 | 1000110 | 110 | 11111 | 0 | 1011011 | 1001001 | 1010001 | 1010100 | 1111 |
Color Harmonies of #304606
Complementary color
Monochromatic Colors of #304606
Black with #304606
Text Example
Text Example
White with #304606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304606; }
p { color: rgb(48,70,6); }
H1.HeaderClassName
{
color: #304606;
}
.AnyTagClassName
{
color: #304606;
}
</style>
background-color css
<style>
a { background-color: #304606; }
a { background-color: rgb(48,70,6); }
div.DivClassName
{
background-color: #304606;
}
.BgClassName
{
background-color: #304606;
}
</style>
border-color css
<style>
span { border-color: #304606; }
span { border-color: rgb(48,70,6); }
td.TdClassName
{
border-color: #304606;
}
.TagClassName
{
border-color: #304606;
}
</style>