Shades of Turtle Green #304912
Tints of Turtle Green #304912
RGB
CMYK
RGB Variations
Color information
#304912 (or 0x304912) is known color: Turtle Green. HEX triplet: 30, 49 and 12. RGB value is (48,73,18). Sum of RGB (Red+Green+Blue) = 48+73+18=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #304912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304912 is #CFB6ED. Grayscale: #3B3B3B. Windows color (decimal): -13612782 or 1198384. OLE color: 1198384.
HSL color Cylindrical-coordinate representation of color #304912: hue angle of 87.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304912 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 18 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.71 |
| HSL | 87.27º | 0.6% | 0.18% | - |
| HSV(B) | 87.27º | 0.75% | 0.29% | - |
| XYZ | 3.71 | 5.44 | 1.43 | - |
| YUV | 59.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 18 | 0.34 | 0 | 0.75 | 0.71 | 87.27 | 0.6 | 0.18 |
| Hex | 30 | 49 | 12 | 22 | 0 | 4B | 47 | 57 | 3C | 12 |
| Octal | 60 | 111 | 22 | 42 | 0 | 113 | 107 | 127 | 74 | 22 |
| Binary | 110000 | 1001001 | 10010 | 100010 | 0 | 1001011 | 1000111 | 1010111 | 111100 | 10010 |
Color Harmonies of #304912
Complementary color
Monochromatic Colors of #304912
Black with #304912
Text Example
Text Example
White with #304912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304912; }
p { color: rgb(48,73,18); }
H1.HeaderClassName
{
color: #304912;
}
.AnyTagClassName
{
color: #304912;
}
</style>
background-color css
<style>
a { background-color: #304912; }
a { background-color: rgb(48,73,18); }
div.DivClassName
{
background-color: #304912;
}
.BgClassName
{
background-color: #304912;
}
</style>
border-color css
<style>
span { border-color: #304912; }
span { border-color: rgb(48,73,18); }
td.TdClassName
{
border-color: #304912;
}
.TagClassName
{
border-color: #304912;
}
</style>