Shades of Turtle Green #303805
Tints of Turtle Green #303805
RGB
CMYK
RGB Variations
Color information
#303805 (or 0x303805) is known color: Turtle Green. HEX triplet: 30, 38 and 05. RGB value is (48,56,5). Sum of RGB (Red+Green+Blue) = 48+56+5=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #303805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303805 is #CFC7FA. Grayscale: #2F2F2F. Windows color (decimal): -13617147 or 342064. OLE color: 342064.
HSL color Cylindrical-coordinate representation of color #303805: hue angle of 69.41º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #303805 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 5 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.78 |
| HSL | 69.41º | 0.84% | 0.12% | - |
| HSV(B) | 69.41º | 0.91% | 0.22% | - |
| XYZ | 2.66 | 3.47 | 0.67 | - |
| YUV | 47.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 5 | 0.14 | 0 | 0.91 | 0.78 | 69.41 | 0.84 | 0.12 |
| Hex | 30 | 38 | 5 | E | 0 | 5B | 4E | 45 | 54 | C |
| Octal | 60 | 70 | 5 | 16 | 0 | 133 | 116 | 105 | 124 | 14 |
| Binary | 110000 | 111000 | 101 | 1110 | 0 | 1011011 | 1001110 | 1000101 | 1010100 | 1100 |
Color Harmonies of #303805
Complementary color
Monochromatic Colors of #303805
Black with #303805
Text Example
Text Example
White with #303805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303805; }
p { color: rgb(48,56,5); }
H1.HeaderClassName
{
color: #303805;
}
.AnyTagClassName
{
color: #303805;
}
</style>
background-color css
<style>
a { background-color: #303805; }
a { background-color: rgb(48,56,5); }
div.DivClassName
{
background-color: #303805;
}
.BgClassName
{
background-color: #303805;
}
</style>
border-color css
<style>
span { border-color: #303805; }
span { border-color: rgb(48,56,5); }
td.TdClassName
{
border-color: #303805;
}
.TagClassName
{
border-color: #303805;
}
</style>