Shades of Turtle Green #303808
Tints of Turtle Green #303808
RGB
CMYK
RGB Variations
Color information
#303808 (or 0x303808) is known color: Turtle Green. HEX triplet: 30, 38 and 08. RGB value is (48,56,8). Sum of RGB (Red+Green+Blue) = 48+56+8=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #303808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303808 is #CFC7F7. Grayscale: #303030. Windows color (decimal): -13617144 or 538672. OLE color: 538672.
HSL color Cylindrical-coordinate representation of color #303808: hue angle of 70º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #303808 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 8 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.78 |
| HSL | 70º | 0.75% | 0.13% | - |
| HSV(B) | 70º | 0.86% | 0.22% | - |
| XYZ | 2.68 | 3.47 | 0.76 | - |
| YUV | 48.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 8 | 0.14 | 0 | 0.86 | 0.78 | 70 | 0.75 | 0.13 |
| Hex | 30 | 38 | 8 | E | 0 | 56 | 4E | 46 | 4B | D |
| Octal | 60 | 70 | 10 | 16 | 0 | 126 | 116 | 106 | 113 | 15 |
| Binary | 110000 | 111000 | 1000 | 1110 | 0 | 1010110 | 1001110 | 1000110 | 1001011 | 1101 |
Color Harmonies of #303808
Complementary color
Monochromatic Colors of #303808
Black with #303808
Text Example
Text Example
White with #303808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303808; }
p { color: rgb(48,56,8); }
H1.HeaderClassName
{
color: #303808;
}
.AnyTagClassName
{
color: #303808;
}
</style>
background-color css
<style>
a { background-color: #303808; }
a { background-color: rgb(48,56,8); }
div.DivClassName
{
background-color: #303808;
}
.BgClassName
{
background-color: #303808;
}
</style>
border-color css
<style>
span { border-color: #303808; }
span { border-color: rgb(48,56,8); }
td.TdClassName
{
border-color: #303808;
}
.TagClassName
{
border-color: #303808;
}
</style>