Shades of Turtle Green #304311
Tints of Turtle Green #304311
RGB
CMYK
RGB Variations
Color information
#304311 (or 0x304311) is known color: Turtle Green. HEX triplet: 30, 43 and 11. RGB value is (48,67,17). Sum of RGB (Red+Green+Blue) = 48+67+17=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #304311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304311 is #CFBCEE. Grayscale: #373737. Windows color (decimal): -13614319 or 1131312. OLE color: 1131312.
HSL color Cylindrical-coordinate representation of color #304311: hue angle of 82.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304311 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 17 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.74 |
| HSL | 82.8º | 0.6% | 0.16% | - |
| HSV(B) | 82.8º | 0.75% | 0.26% | - |
| XYZ | 3.33 | 4.68 | 1.26 | - |
| YUV | 55.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 17 | 0.28 | 0 | 0.75 | 0.74 | 82.8 | 0.6 | 0.16 |
| Hex | 30 | 43 | 11 | 1C | 0 | 4B | 4A | 53 | 3C | 10 |
| Octal | 60 | 103 | 21 | 34 | 0 | 113 | 112 | 123 | 74 | 20 |
| Binary | 110000 | 1000011 | 10001 | 11100 | 0 | 1001011 | 1001010 | 1010011 | 111100 | 10000 |
Color Harmonies of #304311
Complementary color
Monochromatic Colors of #304311
Black with #304311
Text Example
Text Example
White with #304311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304311; }
p { color: rgb(48,67,17); }
H1.HeaderClassName
{
color: #304311;
}
.AnyTagClassName
{
color: #304311;
}
</style>
background-color css
<style>
a { background-color: #304311; }
a { background-color: rgb(48,67,17); }
div.DivClassName
{
background-color: #304311;
}
.BgClassName
{
background-color: #304311;
}
</style>
border-color css
<style>
span { border-color: #304311; }
span { border-color: rgb(48,67,17); }
td.TdClassName
{
border-color: #304311;
}
.TagClassName
{
border-color: #304311;
}
</style>