Shades of Turtle Green #304800
Tints of Turtle Green #304800
RGB
CMYK
RGB Variations
Color information
#304800 (or 0x304800) is known color: Turtle Green. HEX triplet: 30, 48 and 00. RGB value is (48,72,0). Sum of RGB (Red+Green+Blue) = 48+72+0=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #304800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304800 is #CFB7FF. Grayscale: #383838. Windows color (decimal): -13613056 or 18480. OLE color: 18480.
HSL color Cylindrical-coordinate representation of color #304800: hue angle of 80º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #304800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.72 |
| HSL | 80º | 1% | 0.14% | - |
| HSV(B) | 80º | 1% | 0.28% | - |
| XYZ | 3.54 | 5.26 | 0.83 | - |
| YUV | 56.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 0 | 0.33 | 0 | 1 | 0.72 | 80 | 1 | 0.14 |
| Hex | 30 | 48 | 0 | 21 | 0 | 64 | 48 | 50 | 64 | E |
| Octal | 60 | 110 | 0 | 41 | 0 | 144 | 110 | 120 | 144 | 16 |
| Binary | 110000 | 1001000 | 0 | 100001 | 0 | 1100100 | 1001000 | 1010000 | 1100100 | 1110 |
Color Harmonies of #304800
Complementary color
Monochromatic Colors of #304800
Black with #304800
Text Example
Text Example
White with #304800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304800; }
p { color: rgb(48,72,0); }
H1.HeaderClassName
{
color: #304800;
}
.AnyTagClassName
{
color: #304800;
}
</style>
background-color css
<style>
a { background-color: #304800; }
a { background-color: rgb(48,72,0); }
div.DivClassName
{
background-color: #304800;
}
.BgClassName
{
background-color: #304800;
}
</style>
border-color css
<style>
span { border-color: #304800; }
span { border-color: rgb(48,72,0); }
td.TdClassName
{
border-color: #304800;
}
.TagClassName
{
border-color: #304800;
}
</style>