Shades of Turtle Green #303E11
Tints of Turtle Green #303E11
RGB
CMYK
RGB Variations
Color information
#303E11 (or 0x303E11) is known color: Turtle Green. HEX triplet: 30, 3E and 11. RGB value is (48,62,17). Sum of RGB (Red+Green+Blue) = 48+62+17=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #303E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E11 is #CFC1EE. Grayscale: #343434. Windows color (decimal): -13615599 or 1130032. OLE color: 1130032.
HSL color Cylindrical-coordinate representation of color #303E11: hue angle of 78.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303E11 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 17 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.76 |
| HSL | 78.67º | 0.57% | 0.15% | - |
| HSV(B) | 78.67º | 0.73% | 0.24% | - |
| XYZ | 3.04 | 4.11 | 1.16 | - |
| YUV | 52.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 17 | 0.23 | 0 | 0.73 | 0.76 | 78.67 | 0.57 | 0.15 |
| Hex | 30 | 3E | 11 | 17 | 0 | 49 | 4C | 4F | 39 | F |
| Octal | 60 | 76 | 21 | 27 | 0 | 111 | 114 | 117 | 71 | 17 |
| Binary | 110000 | 111110 | 10001 | 10111 | 0 | 1001001 | 1001100 | 1001111 | 111001 | 1111 |
Color Harmonies of #303E11
Complementary color
Monochromatic Colors of #303E11
Black with #303E11
Text Example
Text Example
White with #303E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E11; }
p { color: rgb(48,62,17); }
H1.HeaderClassName
{
color: #303E11;
}
.AnyTagClassName
{
color: #303E11;
}
</style>
background-color css
<style>
a { background-color: #303E11; }
a { background-color: rgb(48,62,17); }
div.DivClassName
{
background-color: #303E11;
}
.BgClassName
{
background-color: #303E11;
}
</style>
border-color css
<style>
span { border-color: #303E11; }
span { border-color: rgb(48,62,17); }
td.TdClassName
{
border-color: #303E11;
}
.TagClassName
{
border-color: #303E11;
}
</style>