Shades of Turtle Green #30500B
Tints of Turtle Green #30500B
RGB
CMYK
RGB Variations
Color information
#30500B (or 0x30500B) is known color: Turtle Green. HEX triplet: 30, 50 and 0B. RGB value is (48,80,11). Sum of RGB (Red+Green+Blue) = 48+80+11=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #30500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30500B is #CFAFF4. Grayscale: #3E3E3E. Windows color (decimal): -13610997 or 741424. OLE color: 741424.
HSL color Cylindrical-coordinate representation of color #30500B: hue angle of 87.83º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30500B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 11 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.69 |
| HSL | 87.83º | 0.76% | 0.18% | - |
| HSV(B) | 87.83º | 0.86% | 0.31% | - |
| XYZ | 4.15 | 6.39 | 1.33 | - |
| YUV | 62.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 11 | 0.40 | 0 | 0.86 | 0.69 | 87.83 | 0.76 | 0.18 |
| Hex | 30 | 50 | B | 28 | 0 | 56 | 45 | 58 | 4C | 12 |
| Octal | 60 | 120 | 13 | 50 | 0 | 126 | 105 | 130 | 114 | 22 |
| Binary | 110000 | 1010000 | 1011 | 101000 | 0 | 1010110 | 1000101 | 1011000 | 1001100 | 10010 |
Color Harmonies of #30500B
Complementary color
Monochromatic Colors of #30500B
Black with #30500B
Text Example
Text Example
White with #30500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30500B; }
p { color: rgb(48,80,11); }
H1.HeaderClassName
{
color: #30500B;
}
.AnyTagClassName
{
color: #30500B;
}
</style>
background-color css
<style>
a { background-color: #30500B; }
a { background-color: rgb(48,80,11); }
div.DivClassName
{
background-color: #30500B;
}
.BgClassName
{
background-color: #30500B;
}
</style>
border-color css
<style>
span { border-color: #30500B; }
span { border-color: rgb(48,80,11); }
td.TdClassName
{
border-color: #30500B;
}
.TagClassName
{
border-color: #30500B;
}
</style>