Shades of Turtle Green #304206
Tints of Turtle Green #304206
RGB
CMYK
RGB Variations
Color information
#304206 (or 0x304206) is known color: Turtle Green. HEX triplet: 30, 42 and 06. RGB value is (48,66,6). Sum of RGB (Red+Green+Blue) = 48+66+6=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #304206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304206 is #CFBDF9. Grayscale: #353535. Windows color (decimal): -13614586 or 410160. OLE color: 410160.
HSL color Cylindrical-coordinate representation of color #304206: hue angle of 78º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #304206 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 6 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.74 |
| HSL | 78º | 0.83% | 0.14% | - |
| HSV(B) | 78º | 0.91% | 0.26% | - |
| XYZ | 3.2 | 4.54 | 0.88 | - |
| YUV | 53.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 6 | 0.27 | 0 | 0.91 | 0.74 | 78 | 0.83 | 0.14 |
| Hex | 30 | 42 | 6 | 1B | 0 | 5B | 4A | 4E | 53 | E |
| Octal | 60 | 102 | 6 | 33 | 0 | 133 | 112 | 116 | 123 | 16 |
| Binary | 110000 | 1000010 | 110 | 11011 | 0 | 1011011 | 1001010 | 1001110 | 1010011 | 1110 |
Color Harmonies of #304206
Complementary color
Monochromatic Colors of #304206
Black with #304206
Text Example
Text Example
White with #304206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304206; }
p { color: rgb(48,66,6); }
H1.HeaderClassName
{
color: #304206;
}
.AnyTagClassName
{
color: #304206;
}
</style>
background-color css
<style>
a { background-color: #304206; }
a { background-color: rgb(48,66,6); }
div.DivClassName
{
background-color: #304206;
}
.BgClassName
{
background-color: #304206;
}
</style>
border-color css
<style>
span { border-color: #304206; }
span { border-color: rgb(48,66,6); }
td.TdClassName
{
border-color: #304206;
}
.TagClassName
{
border-color: #304206;
}
</style>