Shades of Turtle Green #303B19
Tints of Turtle Green #303B19
RGB
CMYK
RGB Variations
Color information
#303B19 (or 0x303B19) is known color: Turtle Green. HEX triplet: 30, 3B and 19. RGB value is (48,59,25). Sum of RGB (Red+Green+Blue) = 48+59+25=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 59 - color contains mainly: green. Hex color #303B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B19 is #CFC4E6. Grayscale: #333333. Windows color (decimal): -13616359 or 1653552. OLE color: 1653552.
HSL color Cylindrical-coordinate representation of color #303B19: hue angle of 79.41º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303B19 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 25 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.77 |
| HSL | 79.41º | 0.4% | 0.16% | - |
| HSV(B) | 79.41º | 0.58% | 0.23% | - |
| XYZ | 2.96 | 3.83 | 1.5 | - |
| YUV | 51.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 25 | 0.19 | 0 | 0.58 | 0.77 | 79.41 | 0.4 | 0.16 |
| Hex | 30 | 3B | 19 | 13 | 0 | 3A | 4D | 4F | 28 | 10 |
| Octal | 60 | 73 | 31 | 23 | 0 | 72 | 115 | 117 | 50 | 20 |
| Binary | 110000 | 111011 | 11001 | 10011 | 0 | 111010 | 1001101 | 1001111 | 101000 | 10000 |
Color Harmonies of #303B19
Complementary color
Monochromatic Colors of #303B19
Black with #303B19
Text Example
Text Example
White with #303B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B19; }
p { color: rgb(48,59,25); }
H1.HeaderClassName
{
color: #303B19;
}
.AnyTagClassName
{
color: #303B19;
}
</style>
background-color css
<style>
a { background-color: #303B19; }
a { background-color: rgb(48,59,25); }
div.DivClassName
{
background-color: #303B19;
}
.BgClassName
{
background-color: #303B19;
}
</style>
border-color css
<style>
span { border-color: #303B19; }
span { border-color: rgb(48,59,25); }
td.TdClassName
{
border-color: #303B19;
}
.TagClassName
{
border-color: #303B19;
}
</style>