Shades of Turtle Green #304807
Tints of Turtle Green #304807
RGB
CMYK
RGB Variations
Color information
#304807 (or 0x304807) is known color: Turtle Green. HEX triplet: 30, 48 and 07. RGB value is (48,72,7). Sum of RGB (Red+Green+Blue) = 48+72+7=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #304807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304807 is #CFB7F8. Grayscale: #393939. Windows color (decimal): -13613049 or 477232. OLE color: 477232.
HSL color Cylindrical-coordinate representation of color #304807: hue angle of 82.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #304807 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 7 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.72 |
| HSL | 82.15º | 0.82% | 0.15% | - |
| HSV(B) | 82.15º | 0.9% | 0.28% | - |
| XYZ | 3.57 | 5.28 | 1.03 | - |
| YUV | 57.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 7 | 0.33 | 0 | 0.90 | 0.72 | 82.15 | 0.82 | 0.15 |
| Hex | 30 | 48 | 7 | 21 | 0 | 5A | 48 | 52 | 52 | F |
| Octal | 60 | 110 | 7 | 41 | 0 | 132 | 110 | 122 | 122 | 17 |
| Binary | 110000 | 1001000 | 111 | 100001 | 0 | 1011010 | 1001000 | 1010010 | 1010010 | 1111 |
Color Harmonies of #304807
Complementary color
Monochromatic Colors of #304807
Black with #304807
Text Example
Text Example
White with #304807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304807; }
p { color: rgb(48,72,7); }
H1.HeaderClassName
{
color: #304807;
}
.AnyTagClassName
{
color: #304807;
}
</style>
background-color css
<style>
a { background-color: #304807; }
a { background-color: rgb(48,72,7); }
div.DivClassName
{
background-color: #304807;
}
.BgClassName
{
background-color: #304807;
}
</style>
border-color css
<style>
span { border-color: #304807; }
span { border-color: rgb(48,72,7); }
td.TdClassName
{
border-color: #304807;
}
.TagClassName
{
border-color: #304807;
}
</style>