Shades of Turtle Green #303810
Tints of Turtle Green #303810
RGB
CMYK
RGB Variations
Color information
#303810 (or 0x303810) is known color: Turtle Green. HEX triplet: 30, 38 and 10. RGB value is (48,56,16). Sum of RGB (Red+Green+Blue) = 48+56+16=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #303810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303810 is #CFC7EF. Grayscale: #313131. Windows color (decimal): -13617136 or 1062960. OLE color: 1062960.
HSL color Cylindrical-coordinate representation of color #303810: hue angle of 72º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303810 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 16 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.78 |
| HSL | 72º | 0.56% | 0.14% | - |
| HSV(B) | 72º | 0.71% | 0.22% | - |
| XYZ | 2.73 | 3.49 | 1.02 | - |
| YUV | 49.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 16 | 0.14 | 0 | 0.71 | 0.78 | 72 | 0.56 | 0.14 |
| Hex | 30 | 38 | 10 | E | 0 | 47 | 4E | 48 | 38 | E |
| Octal | 60 | 70 | 20 | 16 | 0 | 107 | 116 | 110 | 70 | 16 |
| Binary | 110000 | 111000 | 10000 | 1110 | 0 | 1000111 | 1001110 | 1001000 | 111000 | 1110 |
Color Harmonies of #303810
Complementary color
Monochromatic Colors of #303810
Black with #303810
Text Example
Text Example
White with #303810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303810; }
p { color: rgb(48,56,16); }
H1.HeaderClassName
{
color: #303810;
}
.AnyTagClassName
{
color: #303810;
}
</style>
background-color css
<style>
a { background-color: #303810; }
a { background-color: rgb(48,56,16); }
div.DivClassName
{
background-color: #303810;
}
.BgClassName
{
background-color: #303810;
}
</style>
border-color css
<style>
span { border-color: #303810; }
span { border-color: rgb(48,56,16); }
td.TdClassName
{
border-color: #303810;
}
.TagClassName
{
border-color: #303810;
}
</style>