Shades of Turtle Green #30570B
Tints of Turtle Green #30570B
RGB
CMYK
RGB Variations
Color information
#30570B (or 0x30570B) is known color: Turtle Green. HEX triplet: 30, 57 and 0B. RGB value is (48,87,11). Sum of RGB (Red+Green+Blue) = 48+87+11=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #30570B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30570B is #CFA8F4. Grayscale: #424242. Windows color (decimal): -13609205 or 743216. OLE color: 743216.
HSL color Cylindrical-coordinate representation of color #30570B: hue angle of 90.79º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30570B is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 87 | 11 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.66 |
| HSL | 90.79º | 0.78% | 0.19% | - |
| HSV(B) | 90.79º | 0.87% | 0.34% | - |
| XYZ | 4.69 | 7.47 | 1.51 | - |
| YUV | 66.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 11 | 0.45 | 0 | 0.87 | 0.66 | 90.79 | 0.78 | 0.19 |
| Hex | 30 | 57 | B | 2D | 0 | 57 | 42 | 5B | 4E | 13 |
| Octal | 60 | 127 | 13 | 55 | 0 | 127 | 102 | 133 | 116 | 23 |
| Binary | 110000 | 1010111 | 1011 | 101101 | 0 | 1010111 | 1000010 | 1011011 | 1001110 | 10011 |
Color Harmonies of #30570B
Complementary color
Monochromatic Colors of #30570B
Black with #30570B
Text Example
Text Example
White with #30570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30570B; }
p { color: rgb(48,87,11); }
H1.HeaderClassName
{
color: #30570B;
}
.AnyTagClassName
{
color: #30570B;
}
</style>
background-color css
<style>
a { background-color: #30570B; }
a { background-color: rgb(48,87,11); }
div.DivClassName
{
background-color: #30570B;
}
.BgClassName
{
background-color: #30570B;
}
</style>
border-color css
<style>
span { border-color: #30570B; }
span { border-color: rgb(48,87,11); }
td.TdClassName
{
border-color: #30570B;
}
.TagClassName
{
border-color: #30570B;
}
</style>