Shades of Turtle Green #304208
Tints of Turtle Green #304208
RGB
CMYK
RGB Variations
Color information
#304208 (or 0x304208) is known color: Turtle Green. HEX triplet: 30, 42 and 08. RGB value is (48,66,8). Sum of RGB (Red+Green+Blue) = 48+66+8=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #304208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304208 is #CFBDF7. Grayscale: #363636. Windows color (decimal): -13614584 or 541232. OLE color: 541232.
HSL color Cylindrical-coordinate representation of color #304208: hue angle of 78.62º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #304208 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 8 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.74 |
| HSL | 78.62º | 0.78% | 0.15% | - |
| HSV(B) | 78.62º | 0.88% | 0.26% | - |
| XYZ | 3.21 | 4.54 | 0.94 | - |
| YUV | 54.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 8 | 0.27 | 0 | 0.88 | 0.74 | 78.62 | 0.78 | 0.15 |
| Hex | 30 | 42 | 8 | 1B | 0 | 58 | 4A | 4F | 4E | F |
| Octal | 60 | 102 | 10 | 33 | 0 | 130 | 112 | 117 | 116 | 17 |
| Binary | 110000 | 1000010 | 1000 | 11011 | 0 | 1011000 | 1001010 | 1001111 | 1001110 | 1111 |
Color Harmonies of #304208
Complementary color
Monochromatic Colors of #304208
Black with #304208
Text Example
Text Example
White with #304208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304208; }
p { color: rgb(48,66,8); }
H1.HeaderClassName
{
color: #304208;
}
.AnyTagClassName
{
color: #304208;
}
</style>
background-color css
<style>
a { background-color: #304208; }
a { background-color: rgb(48,66,8); }
div.DivClassName
{
background-color: #304208;
}
.BgClassName
{
background-color: #304208;
}
</style>
border-color css
<style>
span { border-color: #304208; }
span { border-color: rgb(48,66,8); }
td.TdClassName
{
border-color: #304208;
}
.TagClassName
{
border-color: #304208;
}
</style>