Shades of Turtle Green #303A1B
Tints of Turtle Green #303A1B
RGB
CMYK
RGB Variations
Color information
#303A1B (or 0x303A1B) is known color: Turtle Green. HEX triplet: 30, 3A and 1B. RGB value is (48,58,27). Sum of RGB (Red+Green+Blue) = 48+58+27=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #303A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A1B is #CFC5E4. Grayscale: #333333. Windows color (decimal): -13616613 or 1784368. OLE color: 1784368.
HSL color Cylindrical-coordinate representation of color #303A1B: hue angle of 79.35º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303A1B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 27 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.77 |
| HSL | 79.35º | 0.36% | 0.17% | - |
| HSV(B) | 79.35º | 0.53% | 0.23% | - |
| XYZ | 2.93 | 3.73 | 1.6 | - |
| YUV | 51.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 27 | 0.17 | 0 | 0.53 | 0.77 | 79.35 | 0.36 | 0.17 |
| Hex | 30 | 3A | 1B | 11 | 0 | 35 | 4D | 4F | 24 | 11 |
| Octal | 60 | 72 | 33 | 21 | 0 | 65 | 115 | 117 | 44 | 21 |
| Binary | 110000 | 111010 | 11011 | 10001 | 0 | 110101 | 1001101 | 1001111 | 100100 | 10001 |
Color Harmonies of #303A1B
Complementary color
Monochromatic Colors of #303A1B
Black with #303A1B
Text Example
Text Example
White with #303A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A1B; }
p { color: rgb(48,58,27); }
H1.HeaderClassName
{
color: #303A1B;
}
.AnyTagClassName
{
color: #303A1B;
}
</style>
background-color css
<style>
a { background-color: #303A1B; }
a { background-color: rgb(48,58,27); }
div.DivClassName
{
background-color: #303A1B;
}
.BgClassName
{
background-color: #303A1B;
}
</style>
border-color css
<style>
span { border-color: #303A1B; }
span { border-color: rgb(48,58,27); }
td.TdClassName
{
border-color: #303A1B;
}
.TagClassName
{
border-color: #303A1B;
}
</style>