Shades of Turtle Green #304012
Tints of Turtle Green #304012
RGB
CMYK
RGB Variations
Color information
#304012 (or 0x304012) is known color: Turtle Green. HEX triplet: 30, 40 and 12. RGB value is (48,64,18). Sum of RGB (Red+Green+Blue) = 48+64+18=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #304012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304012 is #CFBFED. Grayscale: #363636. Windows color (decimal): -13615086 or 1196080. OLE color: 1196080.
HSL color Cylindrical-coordinate representation of color #304012: hue angle of 80.87º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304012 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 18 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.75 |
| HSL | 80.87º | 0.56% | 0.16% | - |
| HSV(B) | 80.87º | 0.72% | 0.25% | - |
| XYZ | 3.16 | 4.34 | 1.24 | - |
| YUV | 53.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 18 | 0.25 | 0 | 0.72 | 0.75 | 80.87 | 0.56 | 0.16 |
| Hex | 30 | 40 | 12 | 19 | 0 | 48 | 4B | 51 | 38 | 10 |
| Octal | 60 | 100 | 22 | 31 | 0 | 110 | 113 | 121 | 70 | 20 |
| Binary | 110000 | 1000000 | 10010 | 11001 | 0 | 1001000 | 1001011 | 1010001 | 111000 | 10000 |
Color Harmonies of #304012
Complementary color
Monochromatic Colors of #304012
Black with #304012
Text Example
Text Example
White with #304012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304012; }
p { color: rgb(48,64,18); }
H1.HeaderClassName
{
color: #304012;
}
.AnyTagClassName
{
color: #304012;
}
</style>
background-color css
<style>
a { background-color: #304012; }
a { background-color: rgb(48,64,18); }
div.DivClassName
{
background-color: #304012;
}
.BgClassName
{
background-color: #304012;
}
</style>
border-color css
<style>
span { border-color: #304012; }
span { border-color: rgb(48,64,18); }
td.TdClassName
{
border-color: #304012;
}
.TagClassName
{
border-color: #304012;
}
</style>