Shades of Turtle Green #303615
Tints of Turtle Green #303615
RGB
CMYK
RGB Variations
Color information
#303615 (or 0x303615) is known color: Turtle Green. HEX triplet: 30, 36 and 15. RGB value is (48,54,21). Sum of RGB (Red+Green+Blue) = 48+54+21=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #303615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303615 is #CFC9EA. Grayscale: #303030. Windows color (decimal): -13617643 or 1390128. OLE color: 1390128.
HSL color Cylindrical-coordinate representation of color #303615: hue angle of 70.91º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #303615 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 21 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.79 |
| HSL | 70.91º | 0.44% | 0.15% | - |
| HSV(B) | 70.91º | 0.61% | 0.21% | - |
| XYZ | 2.67 | 3.32 | 1.21 | - |
| YUV | 48.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 21 | 0.11 | 0 | 0.61 | 0.79 | 70.91 | 0.44 | 0.15 |
| Hex | 30 | 36 | 15 | B | 0 | 3D | 4F | 47 | 2C | F |
| Octal | 60 | 66 | 25 | 13 | 0 | 75 | 117 | 107 | 54 | 17 |
| Binary | 110000 | 110110 | 10101 | 1011 | 0 | 111101 | 1001111 | 1000111 | 101100 | 1111 |
Color Harmonies of #303615
Complementary color
Monochromatic Colors of #303615
Black with #303615
Text Example
Text Example
White with #303615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303615; }
p { color: rgb(48,54,21); }
H1.HeaderClassName
{
color: #303615;
}
.AnyTagClassName
{
color: #303615;
}
</style>
background-color css
<style>
a { background-color: #303615; }
a { background-color: rgb(48,54,21); }
div.DivClassName
{
background-color: #303615;
}
.BgClassName
{
background-color: #303615;
}
</style>
border-color css
<style>
span { border-color: #303615; }
span { border-color: rgb(48,54,21); }
td.TdClassName
{
border-color: #303615;
}
.TagClassName
{
border-color: #303615;
}
</style>