Shades of Turtle Green #304100
Tints of Turtle Green #304100
RGB
CMYK
RGB Variations
Color information
#304100 (or 0x304100) is known color: Turtle Green. HEX triplet: 30, 41 and 00. RGB value is (48,65,0). Sum of RGB (Red+Green+Blue) = 48+65+0=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #304100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304100 is #CFBEFF. Grayscale: #343434. Windows color (decimal): -13614848 or 16688. OLE color: 16688.
HSL color Cylindrical-coordinate representation of color #304100: hue angle of 75.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #304100 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.75 |
| HSL | 75.69º | 1% | 0.13% | - |
| HSV(B) | 75.69º | 1% | 0.25% | - |
| XYZ | 3.11 | 4.41 | 0.69 | - |
| YUV | 52.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 0 | 0.26 | 0 | 1 | 0.75 | 75.69 | 1 | 0.13 |
| Hex | 30 | 41 | 0 | 1A | 0 | 64 | 4B | 4C | 64 | D |
| Octal | 60 | 101 | 0 | 32 | 0 | 144 | 113 | 114 | 144 | 15 |
| Binary | 110000 | 1000001 | 0 | 11010 | 0 | 1100100 | 1001011 | 1001100 | 1100100 | 1101 |
Color Harmonies of #304100
Complementary color
Monochromatic Colors of #304100
Black with #304100
Text Example
Text Example
White with #304100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304100; }
p { color: rgb(48,65,0); }
H1.HeaderClassName
{
color: #304100;
}
.AnyTagClassName
{
color: #304100;
}
</style>
background-color css
<style>
a { background-color: #304100; }
a { background-color: rgb(48,65,0); }
div.DivClassName
{
background-color: #304100;
}
.BgClassName
{
background-color: #304100;
}
</style>
border-color css
<style>
span { border-color: #304100; }
span { border-color: rgb(48,65,0); }
td.TdClassName
{
border-color: #304100;
}
.TagClassName
{
border-color: #304100;
}
</style>