Shades of Turtle Green #304704
Tints of Turtle Green #304704
RGB
CMYK
RGB Variations
Color information
#304704 (or 0x304704) is known color: Turtle Green. HEX triplet: 30, 47 and 04. RGB value is (48,71,4). Sum of RGB (Red+Green+Blue) = 48+71+4=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #304704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304704 is #CFB8FB. Grayscale: #383838. Windows color (decimal): -13613308 or 280368. OLE color: 280368.
HSL color Cylindrical-coordinate representation of color #304704: hue angle of 80.6º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #304704 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 4 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.72 |
| HSL | 80.6º | 0.89% | 0.15% | - |
| HSV(B) | 80.6º | 0.94% | 0.28% | - |
| XYZ | 3.49 | 5.14 | 0.92 | - |
| YUV | 56.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 4 | 0.32 | 0 | 0.94 | 0.72 | 80.6 | 0.89 | 0.15 |
| Hex | 30 | 47 | 4 | 20 | 0 | 5E | 48 | 51 | 59 | F |
| Octal | 60 | 107 | 4 | 40 | 0 | 136 | 110 | 121 | 131 | 17 |
| Binary | 110000 | 1000111 | 100 | 100000 | 0 | 1011110 | 1001000 | 1010001 | 1011001 | 1111 |
Color Harmonies of #304704
Complementary color
Monochromatic Colors of #304704
Black with #304704
Text Example
Text Example
White with #304704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304704; }
p { color: rgb(48,71,4); }
H1.HeaderClassName
{
color: #304704;
}
.AnyTagClassName
{
color: #304704;
}
</style>
background-color css
<style>
a { background-color: #304704; }
a { background-color: rgb(48,71,4); }
div.DivClassName
{
background-color: #304704;
}
.BgClassName
{
background-color: #304704;
}
</style>
border-color css
<style>
span { border-color: #304704; }
span { border-color: rgb(48,71,4); }
td.TdClassName
{
border-color: #304704;
}
.TagClassName
{
border-color: #304704;
}
</style>