Shades of Turtle Green #304700
Tints of Turtle Green #304700
RGB
CMYK
RGB Variations
Color information
#304700 (or 0x304700) is known color: Turtle Green. HEX triplet: 30, 47 and 00. RGB value is (48,71,0). Sum of RGB (Red+Green+Blue) = 48+71+0=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #304700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304700 is #CFB8FF. Grayscale: #383838. Windows color (decimal): -13613312 or 18224. OLE color: 18224.
HSL color Cylindrical-coordinate representation of color #304700: hue angle of 79.44º 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 #304700 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.72 |
| HSL | 79.44º | 1% | 0.14% | - |
| HSV(B) | 79.44º | 1% | 0.28% | - |
| XYZ | 3.47 | 5.13 | 0.81 | - |
| YUV | 56.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 0 | 0.32 | 0 | 1 | 0.72 | 79.44 | 1 | 0.14 |
| Hex | 30 | 47 | 0 | 20 | 0 | 64 | 48 | 4F | 64 | E |
| Octal | 60 | 107 | 0 | 40 | 0 | 144 | 110 | 117 | 144 | 16 |
| Binary | 110000 | 1000111 | 0 | 100000 | 0 | 1100100 | 1001000 | 1001111 | 1100100 | 1110 |
Color Harmonies of #304700
Complementary color
Monochromatic Colors of #304700
Black with #304700
Text Example
Text Example
White with #304700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304700; }
p { color: rgb(48,71,0); }
H1.HeaderClassName
{
color: #304700;
}
.AnyTagClassName
{
color: #304700;
}
</style>
background-color css
<style>
a { background-color: #304700; }
a { background-color: rgb(48,71,0); }
div.DivClassName
{
background-color: #304700;
}
.BgClassName
{
background-color: #304700;
}
</style>
border-color css
<style>
span { border-color: #304700; }
span { border-color: rgb(48,71,0); }
td.TdClassName
{
border-color: #304700;
}
.TagClassName
{
border-color: #304700;
}
</style>