Shades of Turtle Green #304C04
Tints of Turtle Green #304C04
RGB
CMYK
RGB Variations
Color information
#304C04 (or 0x304C04) is known color: Turtle Green. HEX triplet: 30, 4C and 04. RGB value is (48,76,4). Sum of RGB (Red+Green+Blue) = 48+76+4=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #304C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C04 is #CFB3FB. Grayscale: #3B3B3B. Windows color (decimal): -13612028 or 281648. OLE color: 281648.
HSL color Cylindrical-coordinate representation of color #304C04: hue angle of 83.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #304C04 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 4 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.70 |
| HSL | 83.33º | 0.9% | 0.16% | - |
| HSV(B) | 83.33º | 0.95% | 0.3% | - |
| XYZ | 3.83 | 5.81 | 1.03 | - |
| YUV | 59.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 4 | 0.37 | 0 | 0.95 | 0.70 | 83.33 | 0.9 | 0.16 |
| Hex | 30 | 4C | 4 | 25 | 0 | 5F | 46 | 53 | 5A | 10 |
| Octal | 60 | 114 | 4 | 45 | 0 | 137 | 106 | 123 | 132 | 20 |
| Binary | 110000 | 1001100 | 100 | 100101 | 0 | 1011111 | 1000110 | 1010011 | 1011010 | 10000 |
Color Harmonies of #304C04
Complementary color
Monochromatic Colors of #304C04
Black with #304C04
Text Example
Text Example
White with #304C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C04; }
p { color: rgb(48,76,4); }
H1.HeaderClassName
{
color: #304C04;
}
.AnyTagClassName
{
color: #304C04;
}
</style>
background-color css
<style>
a { background-color: #304C04; }
a { background-color: rgb(48,76,4); }
div.DivClassName
{
background-color: #304C04;
}
.BgClassName
{
background-color: #304C04;
}
</style>
border-color css
<style>
span { border-color: #304C04; }
span { border-color: rgb(48,76,4); }
td.TdClassName
{
border-color: #304C04;
}
.TagClassName
{
border-color: #304C04;
}
</style>