Shades of Turtle Green #30520B
Tints of Turtle Green #30520B
RGB
CMYK
RGB Variations
Color information
#30520B (or 0x30520B) is known color: Turtle Green. HEX triplet: 30, 52 and 0B. RGB value is (48,82,11). Sum of RGB (Red+Green+Blue) = 48+82+11=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #30520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30520B is #CFADF4. Grayscale: #3F3F3F. Windows color (decimal): -13610485 or 741936. OLE color: 741936.
HSL color Cylindrical-coordinate representation of color #30520B: hue angle of 88.73º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30520B is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 82 | 11 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.68 |
| HSL | 88.73º | 0.76% | 0.18% | - |
| HSV(B) | 88.73º | 0.87% | 0.32% | - |
| XYZ | 4.3 | 6.69 | 1.38 | - |
| YUV | 63.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 11 | 0.41 | 0 | 0.87 | 0.68 | 88.73 | 0.76 | 0.18 |
| Hex | 30 | 52 | B | 29 | 0 | 57 | 44 | 59 | 4C | 12 |
| Octal | 60 | 122 | 13 | 51 | 0 | 127 | 104 | 131 | 114 | 22 |
| Binary | 110000 | 1010010 | 1011 | 101001 | 0 | 1010111 | 1000100 | 1011001 | 1001100 | 10010 |
Color Harmonies of #30520B
Complementary color
Monochromatic Colors of #30520B
Black with #30520B
Text Example
Text Example
White with #30520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30520B; }
p { color: rgb(48,82,11); }
H1.HeaderClassName
{
color: #30520B;
}
.AnyTagClassName
{
color: #30520B;
}
</style>
background-color css
<style>
a { background-color: #30520B; }
a { background-color: rgb(48,82,11); }
div.DivClassName
{
background-color: #30520B;
}
.BgClassName
{
background-color: #30520B;
}
</style>
border-color css
<style>
span { border-color: #30520B; }
span { border-color: rgb(48,82,11); }
td.TdClassName
{
border-color: #30520B;
}
.TagClassName
{
border-color: #30520B;
}
</style>