Shades of Turtle Green #304001
Tints of Turtle Green #304001
RGB
CMYK
RGB Variations
Color information
#304001 (or 0x304001) is known color: Turtle Green. HEX triplet: 30, 40 and 01. RGB value is (48,64,1). Sum of RGB (Red+Green+Blue) = 48+64+1=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #304001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304001 is #CFBFFE. Grayscale: #343434. Windows color (decimal): -13615103 or 81968. OLE color: 81968.
HSL color Cylindrical-coordinate representation of color #304001: hue angle of 75.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #304001 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 1 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.75 |
| HSL | 75.24º | 0.97% | 0.13% | - |
| HSV(B) | 75.24º | 0.98% | 0.25% | - |
| XYZ | 3.06 | 4.3 | 0.7 | - |
| YUV | 52.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 1 | 0.25 | 0 | 0.98 | 0.75 | 75.24 | 0.97 | 0.13 |
| Hex | 30 | 40 | 1 | 19 | 0 | 62 | 4B | 4B | 61 | D |
| Octal | 60 | 100 | 1 | 31 | 0 | 142 | 113 | 113 | 141 | 15 |
| Binary | 110000 | 1000000 | 1 | 11001 | 0 | 1100010 | 1001011 | 1001011 | 1100001 | 1101 |
Color Harmonies of #304001
Complementary color
Monochromatic Colors of #304001
Black with #304001
Text Example
Text Example
White with #304001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304001; }
p { color: rgb(48,64,1); }
H1.HeaderClassName
{
color: #304001;
}
.AnyTagClassName
{
color: #304001;
}
</style>
background-color css
<style>
a { background-color: #304001; }
a { background-color: rgb(48,64,1); }
div.DivClassName
{
background-color: #304001;
}
.BgClassName
{
background-color: #304001;
}
</style>
border-color css
<style>
span { border-color: #304001; }
span { border-color: rgb(48,64,1); }
td.TdClassName
{
border-color: #304001;
}
.TagClassName
{
border-color: #304001;
}
</style>