Shades of Turtle Green #303800
Tints of Turtle Green #303800
RGB
CMYK
RGB Variations
Color information
#303800 (or 0x303800) is known color: Turtle Green. HEX triplet: 30, 38 and 00. RGB value is (48,56,0). Sum of RGB (Red+Green+Blue) = 48+56+0=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #303800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303800 is #CFC7FF. Grayscale: #2F2F2F. Windows color (decimal): -13617152 or 14384. OLE color: 14384.
HSL color Cylindrical-coordinate representation of color #303800: hue angle of 68.57º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.78 |
| HSL | 68.57º | 1% | 0.11% | - |
| HSV(B) | 68.57º | 1% | 0.22% | - |
| XYZ | 2.63 | 3.46 | 0.53 | - |
| YUV | 47.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 0 | 0.14 | 0 | 1 | 0.78 | 68.57 | 1 | 0.11 |
| Hex | 30 | 38 | 0 | E | 0 | 64 | 4E | 45 | 64 | B |
| Octal | 60 | 70 | 0 | 16 | 0 | 144 | 116 | 105 | 144 | 13 |
| Binary | 110000 | 111000 | 0 | 1110 | 0 | 1100100 | 1001110 | 1000101 | 1100100 | 1011 |
Color Harmonies of #303800
Complementary color
Monochromatic Colors of #303800
Black with #303800
Text Example
Text Example
White with #303800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303800; }
p { color: rgb(48,56,0); }
H1.HeaderClassName
{
color: #303800;
}
.AnyTagClassName
{
color: #303800;
}
</style>
background-color css
<style>
a { background-color: #303800; }
a { background-color: rgb(48,56,0); }
div.DivClassName
{
background-color: #303800;
}
.BgClassName
{
background-color: #303800;
}
</style>
border-color css
<style>
span { border-color: #303800; }
span { border-color: rgb(48,56,0); }
td.TdClassName
{
border-color: #303800;
}
.TagClassName
{
border-color: #303800;
}
</style>