Shades of Turtle Green #305000
Tints of Turtle Green #305000
RGB
CMYK
RGB Variations
Color information
#305000 (or 0x305000) is known color: Turtle Green. HEX triplet: 30, 50 and 00. RGB value is (48,80,0). Sum of RGB (Red+Green+Blue) = 48+80+0=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #305000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305000 is #CFAFFF. Grayscale: #3D3D3D. Windows color (decimal): -13611008 or 20528. OLE color: 20528.
HSL color Cylindrical-coordinate representation of color #305000: hue angle of 84º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #305000 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.69 |
| HSL | 84º | 1% | 0.16% | - |
| HSV(B) | 84º | 1% | 0.31% | - |
| XYZ | 4.09 | 6.37 | 1.01 | - |
| YUV | 61.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 0 | 0.40 | 0 | 1 | 0.69 | 84 | 1 | 0.16 |
| Hex | 30 | 50 | 0 | 28 | 0 | 64 | 45 | 54 | 64 | 10 |
| Octal | 60 | 120 | 0 | 50 | 0 | 144 | 105 | 124 | 144 | 20 |
| Binary | 110000 | 1010000 | 0 | 101000 | 0 | 1100100 | 1000101 | 1010100 | 1100100 | 10000 |
Color Harmonies of #305000
Complementary color
Monochromatic Colors of #305000
Black with #305000
Text Example
Text Example
White with #305000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305000; }
p { color: rgb(48,80,0); }
H1.HeaderClassName
{
color: #305000;
}
.AnyTagClassName
{
color: #305000;
}
</style>
background-color css
<style>
a { background-color: #305000; }
a { background-color: rgb(48,80,0); }
div.DivClassName
{
background-color: #305000;
}
.BgClassName
{
background-color: #305000;
}
</style>
border-color css
<style>
span { border-color: #305000; }
span { border-color: rgb(48,80,0); }
td.TdClassName
{
border-color: #305000;
}
.TagClassName
{
border-color: #305000;
}
</style>