Shades of Turtle Green #303817
Tints of Turtle Green #303817
RGB
CMYK
RGB Variations
Color information
#303817 (or 0x303817) is known color: Turtle Green. HEX triplet: 30, 38 and 17. RGB value is (48,56,23). Sum of RGB (Red+Green+Blue) = 48+56+23=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #303817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303817 is #CFC7E8. Grayscale: #313131. Windows color (decimal): -13617129 or 1521712. OLE color: 1521712.
HSL color Cylindrical-coordinate representation of color #303817: hue angle of 74.55º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303817 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 23 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.78 |
| HSL | 74.55º | 0.42% | 0.15% | - |
| HSV(B) | 74.55º | 0.59% | 0.22% | - |
| XYZ | 2.79 | 3.52 | 1.34 | - |
| YUV | 49.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 23 | 0.14 | 0 | 0.59 | 0.78 | 74.55 | 0.42 | 0.15 |
| Hex | 30 | 38 | 17 | E | 0 | 3B | 4E | 4B | 2A | F |
| Octal | 60 | 70 | 27 | 16 | 0 | 73 | 116 | 113 | 52 | 17 |
| Binary | 110000 | 111000 | 10111 | 1110 | 0 | 111011 | 1001110 | 1001011 | 101010 | 1111 |
Color Harmonies of #303817
Complementary color
Monochromatic Colors of #303817
Black with #303817
Text Example
Text Example
White with #303817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303817; }
p { color: rgb(48,56,23); }
H1.HeaderClassName
{
color: #303817;
}
.AnyTagClassName
{
color: #303817;
}
</style>
background-color css
<style>
a { background-color: #303817; }
a { background-color: rgb(48,56,23); }
div.DivClassName
{
background-color: #303817;
}
.BgClassName
{
background-color: #303817;
}
</style>
border-color css
<style>
span { border-color: #303817; }
span { border-color: rgb(48,56,23); }
td.TdClassName
{
border-color: #303817;
}
.TagClassName
{
border-color: #303817;
}
</style>