Shades of Turtle Green #30560C
Tints of Turtle Green #30560C
RGB
CMYK
RGB Variations
Color information
#30560C (or 0x30560C) is known color: Turtle Green. HEX triplet: 30, 56 and 0C. RGB value is (48,86,12). Sum of RGB (Red+Green+Blue) = 48+86+12=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #30560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30560C is #CFA9F3. Grayscale: #424242. Windows color (decimal): -13609460 or 808496. OLE color: 808496.
HSL color Cylindrical-coordinate representation of color #30560C: hue angle of 90.81º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30560C is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 12 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.66 |
| HSL | 90.81º | 0.76% | 0.19% | - |
| HSV(B) | 90.81º | 0.86% | 0.34% | - |
| XYZ | 4.61 | 7.31 | 1.52 | - |
| YUV | 66.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 12 | 0.44 | 0 | 0.86 | 0.66 | 90.81 | 0.76 | 0.19 |
| Hex | 30 | 56 | C | 2C | 0 | 56 | 42 | 5B | 4C | 13 |
| Octal | 60 | 126 | 14 | 54 | 0 | 126 | 102 | 133 | 114 | 23 |
| Binary | 110000 | 1010110 | 1100 | 101100 | 0 | 1010110 | 1000010 | 1011011 | 1001100 | 10011 |
Color Harmonies of #30560C
Complementary color
Monochromatic Colors of #30560C
Black with #30560C
Text Example
Text Example
White with #30560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30560C; }
p { color: rgb(48,86,12); }
H1.HeaderClassName
{
color: #30560C;
}
.AnyTagClassName
{
color: #30560C;
}
</style>
background-color css
<style>
a { background-color: #30560C; }
a { background-color: rgb(48,86,12); }
div.DivClassName
{
background-color: #30560C;
}
.BgClassName
{
background-color: #30560C;
}
</style>
border-color css
<style>
span { border-color: #30560C; }
span { border-color: rgb(48,86,12); }
td.TdClassName
{
border-color: #30560C;
}
.TagClassName
{
border-color: #30560C;
}
</style>