Shades of Turtle Green #304118
Tints of Turtle Green #304118
RGB
CMYK
RGB Variations
Color information
#304118 (or 0x304118) is known color: Turtle Green. HEX triplet: 30, 41 and 18. RGB value is (48,65,24). Sum of RGB (Red+Green+Blue) = 48+65+24=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #304118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304118 is #CFBEE7. Grayscale: #373737. Windows color (decimal): -13614824 or 1589552. OLE color: 1589552.
HSL color Cylindrical-coordinate representation of color #304118: hue angle of 84.88º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304118 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 24 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.75 |
| HSL | 84.88º | 0.46% | 0.17% | - |
| HSV(B) | 84.88º | 0.63% | 0.25% | - |
| XYZ | 3.27 | 4.47 | 1.56 | - |
| YUV | 55.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 24 | 0.26 | 0 | 0.63 | 0.75 | 84.88 | 0.46 | 0.17 |
| Hex | 30 | 41 | 18 | 1A | 0 | 3F | 4B | 55 | 2E | 11 |
| Octal | 60 | 101 | 30 | 32 | 0 | 77 | 113 | 125 | 56 | 21 |
| Binary | 110000 | 1000001 | 11000 | 11010 | 0 | 111111 | 1001011 | 1010101 | 101110 | 10001 |
Color Harmonies of #304118
Complementary color
Monochromatic Colors of #304118
Black with #304118
Text Example
Text Example
White with #304118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304118; }
p { color: rgb(48,65,24); }
H1.HeaderClassName
{
color: #304118;
}
.AnyTagClassName
{
color: #304118;
}
</style>
background-color css
<style>
a { background-color: #304118; }
a { background-color: rgb(48,65,24); }
div.DivClassName
{
background-color: #304118;
}
.BgClassName
{
background-color: #304118;
}
</style>
border-color css
<style>
span { border-color: #304118; }
span { border-color: rgb(48,65,24); }
td.TdClassName
{
border-color: #304118;
}
.TagClassName
{
border-color: #304118;
}
</style>