Shades of Turtle Green #304112
Tints of Turtle Green #304112
RGB
CMYK
RGB Variations
Color information
#304112 (or 0x304112) is known color: Turtle Green. HEX triplet: 30, 41 and 12. RGB value is (48,65,18). Sum of RGB (Red+Green+Blue) = 48+65+18=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #304112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304112 is #CFBEED. Grayscale: #363636. Windows color (decimal): -13614830 or 1196336. OLE color: 1196336.
HSL color Cylindrical-coordinate representation of color #304112: hue angle of 81.7º degrees, saturation: 0.57, 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 #304112 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 18 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.75 |
| HSL | 81.7º | 0.57% | 0.16% | - |
| HSV(B) | 81.7º | 0.72% | 0.25% | - |
| XYZ | 3.22 | 4.45 | 1.26 | - |
| YUV | 54.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 18 | 0.26 | 0 | 0.72 | 0.75 | 81.7 | 0.57 | 0.16 |
| Hex | 30 | 41 | 12 | 1A | 0 | 48 | 4B | 52 | 39 | 10 |
| Octal | 60 | 101 | 22 | 32 | 0 | 110 | 113 | 122 | 71 | 20 |
| Binary | 110000 | 1000001 | 10010 | 11010 | 0 | 1001000 | 1001011 | 1010010 | 111001 | 10000 |
Color Harmonies of #304112
Complementary color
Monochromatic Colors of #304112
Black with #304112
Text Example
Text Example
White with #304112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304112; }
p { color: rgb(48,65,18); }
H1.HeaderClassName
{
color: #304112;
}
.AnyTagClassName
{
color: #304112;
}
</style>
background-color css
<style>
a { background-color: #304112; }
a { background-color: rgb(48,65,18); }
div.DivClassName
{
background-color: #304112;
}
.BgClassName
{
background-color: #304112;
}
</style>
border-color css
<style>
span { border-color: #304112; }
span { border-color: rgb(48,65,18); }
td.TdClassName
{
border-color: #304112;
}
.TagClassName
{
border-color: #304112;
}
</style>