Shades of Turtle Green #304515
Tints of Turtle Green #304515
RGB
CMYK
RGB Variations
Color information
#304515 (or 0x304515) is known color: Turtle Green. HEX triplet: 30, 45 and 15. RGB value is (48,69,21). Sum of RGB (Red+Green+Blue) = 48+69+21=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #304515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304515 is #CFBAEA. Grayscale: #393939. Windows color (decimal): -13613803 or 1393968. OLE color: 1393968.
HSL color Cylindrical-coordinate representation of color #304515: hue angle of 86.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304515 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 21 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.73 |
| HSL | 86.25º | 0.53% | 0.18% | - |
| HSV(B) | 86.25º | 0.7% | 0.27% | - |
| XYZ | 3.48 | 4.94 | 1.48 | - |
| YUV | 57.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 21 | 0.30 | 0 | 0.70 | 0.73 | 86.25 | 0.53 | 0.18 |
| Hex | 30 | 45 | 15 | 1E | 0 | 46 | 49 | 56 | 35 | 12 |
| Octal | 60 | 105 | 25 | 36 | 0 | 106 | 111 | 126 | 65 | 22 |
| Binary | 110000 | 1000101 | 10101 | 11110 | 0 | 1000110 | 1001001 | 1010110 | 110101 | 10010 |
Color Harmonies of #304515
Complementary color
Monochromatic Colors of #304515
Black with #304515
Text Example
Text Example
White with #304515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304515; }
p { color: rgb(48,69,21); }
H1.HeaderClassName
{
color: #304515;
}
.AnyTagClassName
{
color: #304515;
}
</style>
background-color css
<style>
a { background-color: #304515; }
a { background-color: rgb(48,69,21); }
div.DivClassName
{
background-color: #304515;
}
.BgClassName
{
background-color: #304515;
}
</style>
border-color css
<style>
span { border-color: #304515; }
span { border-color: rgb(48,69,21); }
td.TdClassName
{
border-color: #304515;
}
.TagClassName
{
border-color: #304515;
}
</style>