Shades of Turtle Green #30391F
Tints of Turtle Green #30391F
RGB
CMYK
RGB Variations
Color information
#30391F (or 0x30391F) is known color: Turtle Green. HEX triplet: 30, 39 and 1F. RGB value is (48,57,31). Sum of RGB (Red+Green+Blue) = 48+57+31=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #30391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391F is #CFC6E0. Grayscale: #333333. Windows color (decimal): -13616865 or 2046256. OLE color: 2046256.
HSL color Cylindrical-coordinate representation of color #30391F: hue angle of 80.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30391F is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 31 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.78 |
| HSL | 80.77º | 0.3% | 0.17% | - |
| HSV(B) | 80.77º | 0.46% | 0.22% | - |
| XYZ | 2.93 | 3.65 | 1.85 | - |
| YUV | 51.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 31 | 0.16 | 0 | 0.46 | 0.78 | 80.77 | 0.3 | 0.17 |
| Hex | 30 | 39 | 1F | 10 | 0 | 2E | 4E | 51 | 1E | 11 |
| Octal | 60 | 71 | 37 | 20 | 0 | 56 | 116 | 121 | 36 | 21 |
| Binary | 110000 | 111001 | 11111 | 10000 | 0 | 101110 | 1001110 | 1010001 | 11110 | 10001 |
Color Harmonies of #30391F
Complementary color
Monochromatic Colors of #30391F
Black with #30391F
Text Example
Text Example
White with #30391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30391F; }
p { color: rgb(48,57,31); }
H1.HeaderClassName
{
color: #30391F;
}
.AnyTagClassName
{
color: #30391F;
}
</style>
background-color css
<style>
a { background-color: #30391F; }
a { background-color: rgb(48,57,31); }
div.DivClassName
{
background-color: #30391F;
}
.BgClassName
{
background-color: #30391F;
}
</style>
border-color css
<style>
span { border-color: #30391F; }
span { border-color: rgb(48,57,31); }
td.TdClassName
{
border-color: #30391F;
}
.TagClassName
{
border-color: #30391F;
}
</style>