Shades of Turtle Green #304D01
Tints of Turtle Green #304D01
RGB
CMYK
RGB Variations
Color information
#304D01 (or 0x304D01) is known color: Turtle Green. HEX triplet: 30, 4D and 01. RGB value is (48,77,1). Sum of RGB (Red+Green+Blue) = 48+77+1=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #304D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304D01 is #CFB2FE. Grayscale: #3B3B3B. Windows color (decimal): -13611775 or 85296. OLE color: 85296.
HSL color Cylindrical-coordinate representation of color #304D01: hue angle of 82.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #304D01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.70 |
| HSL | 82.89º | 0.97% | 0.15% | - |
| HSV(B) | 82.89º | 0.99% | 0.3% | - |
| XYZ | 3.88 | 5.94 | 0.97 | - |
| YUV | 59.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 1 | 0.38 | 0 | 0.99 | 0.70 | 82.89 | 0.97 | 0.15 |
| Hex | 30 | 4D | 1 | 26 | 0 | 63 | 46 | 53 | 61 | F |
| Octal | 60 | 115 | 1 | 46 | 0 | 143 | 106 | 123 | 141 | 17 |
| Binary | 110000 | 1001101 | 1 | 100110 | 0 | 1100011 | 1000110 | 1010011 | 1100001 | 1111 |
Color Harmonies of #304D01
Complementary color
Monochromatic Colors of #304D01
Black with #304D01
Text Example
Text Example
White with #304D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D01; }
p { color: rgb(48,77,1); }
H1.HeaderClassName
{
color: #304D01;
}
.AnyTagClassName
{
color: #304D01;
}
</style>
background-color css
<style>
a { background-color: #304D01; }
a { background-color: rgb(48,77,1); }
div.DivClassName
{
background-color: #304D01;
}
.BgClassName
{
background-color: #304D01;
}
</style>
border-color css
<style>
span { border-color: #304D01; }
span { border-color: rgb(48,77,1); }
td.TdClassName
{
border-color: #304D01;
}
.TagClassName
{
border-color: #304D01;
}
</style>