Shades of Turtle Green #303B1A
Tints of Turtle Green #303B1A
RGB
CMYK
RGB Variations
Color information
#303B1A (or 0x303B1A) is known color: Turtle Green. HEX triplet: 30, 3B and 1A. RGB value is (48,59,26). Sum of RGB (Red+Green+Blue) = 48+59+26=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #303B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B1A is #CFC4E5. Grayscale: #343434. Windows color (decimal): -13616358 or 1719088. OLE color: 1719088.
HSL color Cylindrical-coordinate representation of color #303B1A: hue angle of 80º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #303B1A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 26 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.77 |
| HSL | 80º | 0.39% | 0.17% | - |
| HSV(B) | 80º | 0.56% | 0.23% | - |
| XYZ | 2.97 | 3.83 | 1.56 | - |
| YUV | 51.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 26 | 0.19 | 0 | 0.56 | 0.77 | 80 | 0.39 | 0.17 |
| Hex | 30 | 3B | 1A | 13 | 0 | 38 | 4D | 50 | 27 | 11 |
| Octal | 60 | 73 | 32 | 23 | 0 | 70 | 115 | 120 | 47 | 21 |
| Binary | 110000 | 111011 | 11010 | 10011 | 0 | 111000 | 1001101 | 1010000 | 100111 | 10001 |
Color Harmonies of #303B1A
Complementary color
Monochromatic Colors of #303B1A
Black with #303B1A
Text Example
Text Example
White with #303B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B1A; }
p { color: rgb(48,59,26); }
H1.HeaderClassName
{
color: #303B1A;
}
.AnyTagClassName
{
color: #303B1A;
}
</style>
background-color css
<style>
a { background-color: #303B1A; }
a { background-color: rgb(48,59,26); }
div.DivClassName
{
background-color: #303B1A;
}
.BgClassName
{
background-color: #303B1A;
}
</style>
border-color css
<style>
span { border-color: #303B1A; }
span { border-color: rgb(48,59,26); }
td.TdClassName
{
border-color: #303B1A;
}
.TagClassName
{
border-color: #303B1A;
}
</style>