Shades of Turtle Green #303400
Tints of Turtle Green #303400
RGB
CMYK
RGB Variations
Color information
#303400 (or 0x303400) is known color: Turtle Green. HEX triplet: 30, 34 and 00. RGB value is (48,52,0). Sum of RGB (Red+Green+Blue) = 48+52+0=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #303400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303400 is #CFCBFF. Grayscale: #2D2D2D. Windows color (decimal): -13618176 or 13360. OLE color: 13360.
HSL color Cylindrical-coordinate representation of color #303400: hue angle of 64.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303400 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 52 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.80 |
| HSL | 64.62º | 1% | 0.1% | - |
| HSV(B) | 64.62º | 1% | 0.2% | - |
| XYZ | 2.45 | 3.08 | 0.47 | - |
| YUV | 44.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 0 | 0.08 | 0 | 1 | 0.80 | 64.62 | 1 | 0.1 |
| Hex | 30 | 34 | 0 | 8 | 0 | 64 | 50 | 41 | 64 | A |
| Octal | 60 | 64 | 0 | 10 | 0 | 144 | 120 | 101 | 144 | 12 |
| Binary | 110000 | 110100 | 0 | 1000 | 0 | 1100100 | 1010000 | 1000001 | 1100100 | 1010 |
Color Harmonies of #303400
Complementary color
Monochromatic Colors of #303400
Black with #303400
Text Example
Text Example
White with #303400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303400; }
p { color: rgb(48,52,0); }
H1.HeaderClassName
{
color: #303400;
}
.AnyTagClassName
{
color: #303400;
}
</style>
background-color css
<style>
a { background-color: #303400; }
a { background-color: rgb(48,52,0); }
div.DivClassName
{
background-color: #303400;
}
.BgClassName
{
background-color: #303400;
}
</style>
border-color css
<style>
span { border-color: #303400; }
span { border-color: rgb(48,52,0); }
td.TdClassName
{
border-color: #303400;
}
.TagClassName
{
border-color: #303400;
}
</style>