Shades of Turtle Green #303F11
Tints of Turtle Green #303F11
RGB
CMYK
RGB Variations
Color information
#303F11 (or 0x303F11) is known color: Turtle Green. HEX triplet: 30, 3F and 11. RGB value is (48,63,17). Sum of RGB (Red+Green+Blue) = 48+63+17=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #303F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F11 is #CFC0EE. Grayscale: #353535. Windows color (decimal): -13615343 or 1130288. OLE color: 1130288.
HSL color Cylindrical-coordinate representation of color #303F11: hue angle of 79.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303F11 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 17 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.75 |
| HSL | 79.57º | 0.58% | 0.16% | - |
| HSV(B) | 79.57º | 0.73% | 0.25% | - |
| XYZ | 3.1 | 4.22 | 1.18 | - |
| YUV | 53.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 17 | 0.24 | 0 | 0.73 | 0.75 | 79.57 | 0.58 | 0.16 |
| Hex | 30 | 3F | 11 | 18 | 0 | 49 | 4B | 50 | 3A | 10 |
| Octal | 60 | 77 | 21 | 30 | 0 | 111 | 113 | 120 | 72 | 20 |
| Binary | 110000 | 111111 | 10001 | 11000 | 0 | 1001001 | 1001011 | 1010000 | 111010 | 10000 |
Color Harmonies of #303F11
Complementary color
Monochromatic Colors of #303F11
Black with #303F11
Text Example
Text Example
White with #303F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F11; }
p { color: rgb(48,63,17); }
H1.HeaderClassName
{
color: #303F11;
}
.AnyTagClassName
{
color: #303F11;
}
</style>
background-color css
<style>
a { background-color: #303F11; }
a { background-color: rgb(48,63,17); }
div.DivClassName
{
background-color: #303F11;
}
.BgClassName
{
background-color: #303F11;
}
</style>
border-color css
<style>
span { border-color: #303F11; }
span { border-color: rgb(48,63,17); }
td.TdClassName
{
border-color: #303F11;
}
.TagClassName
{
border-color: #303F11;
}
</style>