Shades of Turtle Green #303A0B
Tints of Turtle Green #303A0B
RGB
CMYK
RGB Variations
Color information
#303A0B (or 0x303A0B) is known color: Turtle Green. HEX triplet: 30, 3A and 0B. RGB value is (48,58,11). Sum of RGB (Red+Green+Blue) = 48+58+11=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #303A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A0B is #CFC5F4. Grayscale: #313131. Windows color (decimal): -13616629 or 735792. OLE color: 735792.
HSL color Cylindrical-coordinate representation of color #303A0B: hue angle of 72.77º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303A0B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 11 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.77 |
| HSL | 72.77º | 0.68% | 0.14% | - |
| HSV(B) | 72.77º | 0.81% | 0.23% | - |
| XYZ | 2.79 | 3.68 | 0.88 | - |
| YUV | 49.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 11 | 0.17 | 0 | 0.81 | 0.77 | 72.77 | 0.68 | 0.14 |
| Hex | 30 | 3A | B | 11 | 0 | 51 | 4D | 49 | 44 | E |
| Octal | 60 | 72 | 13 | 21 | 0 | 121 | 115 | 111 | 104 | 16 |
| Binary | 110000 | 111010 | 1011 | 10001 | 0 | 1010001 | 1001101 | 1001001 | 1000100 | 1110 |
Color Harmonies of #303A0B
Complementary color
Monochromatic Colors of #303A0B
Black with #303A0B
Text Example
Text Example
White with #303A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A0B; }
p { color: rgb(48,58,11); }
H1.HeaderClassName
{
color: #303A0B;
}
.AnyTagClassName
{
color: #303A0B;
}
</style>
background-color css
<style>
a { background-color: #303A0B; }
a { background-color: rgb(48,58,11); }
div.DivClassName
{
background-color: #303A0B;
}
.BgClassName
{
background-color: #303A0B;
}
</style>
border-color css
<style>
span { border-color: #303A0B; }
span { border-color: rgb(48,58,11); }
td.TdClassName
{
border-color: #303A0B;
}
.TagClassName
{
border-color: #303A0B;
}
</style>