Shades of Turtle Green #303411
Tints of Turtle Green #303411
RGB
CMYK
RGB Variations
Color information
#303411 (or 0x303411) is known color: Turtle Green. HEX triplet: 30, 34 and 11. RGB value is (48,52,17). Sum of RGB (Red+Green+Blue) = 48+52+17=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #303411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303411 is #CFCBEE. Grayscale: #2E2E2E. Windows color (decimal): -13618159 or 1127472. OLE color: 1127472.
HSL color Cylindrical-coordinate representation of color #303411: hue angle of 66.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303411 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 52 | 17 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.80 |
| HSL | 66.86º | 0.51% | 0.14% | - |
| HSV(B) | 66.86º | 0.67% | 0.2% | - |
| XYZ | 2.55 | 3.12 | 1 | - |
| YUV | 46.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 17 | 0.08 | 0 | 0.67 | 0.80 | 66.86 | 0.51 | 0.14 |
| Hex | 30 | 34 | 11 | 8 | 0 | 43 | 50 | 43 | 33 | E |
| Octal | 60 | 64 | 21 | 10 | 0 | 103 | 120 | 103 | 63 | 16 |
| Binary | 110000 | 110100 | 10001 | 1000 | 0 | 1000011 | 1010000 | 1000011 | 110011 | 1110 |
Color Harmonies of #303411
Complementary color
Monochromatic Colors of #303411
Black with #303411
Text Example
Text Example
White with #303411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303411; }
p { color: rgb(48,52,17); }
H1.HeaderClassName
{
color: #303411;
}
.AnyTagClassName
{
color: #303411;
}
</style>
background-color css
<style>
a { background-color: #303411; }
a { background-color: rgb(48,52,17); }
div.DivClassName
{
background-color: #303411;
}
.BgClassName
{
background-color: #303411;
}
</style>
border-color css
<style>
span { border-color: #303411; }
span { border-color: rgb(48,52,17); }
td.TdClassName
{
border-color: #303411;
}
.TagClassName
{
border-color: #303411;
}
</style>