Shades of Turtle Green #30391A
Tints of Turtle Green #30391A
RGB
CMYK
RGB Variations
Color information
#30391A (or 0x30391A) is known color: Turtle Green. HEX triplet: 30, 39 and 1A. RGB value is (48,57,26). Sum of RGB (Red+Green+Blue) = 48+57+26=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #30391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391A is #CFC6E5. Grayscale: #323232. Windows color (decimal): -13616870 or 1718576. OLE color: 1718576.
HSL color Cylindrical-coordinate representation of color #30391A: hue angle of 77.42º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30391A is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 26 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.78 |
| HSL | 77.42º | 0.37% | 0.16% | - |
| HSV(B) | 77.42º | 0.54% | 0.22% | - |
| XYZ | 2.87 | 3.63 | 1.53 | - |
| YUV | 50.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 26 | 0.16 | 0 | 0.54 | 0.78 | 77.42 | 0.37 | 0.16 |
| Hex | 30 | 39 | 1A | 10 | 0 | 36 | 4E | 4D | 25 | 10 |
| Octal | 60 | 71 | 32 | 20 | 0 | 66 | 116 | 115 | 45 | 20 |
| Binary | 110000 | 111001 | 11010 | 10000 | 0 | 110110 | 1001110 | 1001101 | 100101 | 10000 |
Color Harmonies of #30391A
Complementary color
Monochromatic Colors of #30391A
Black with #30391A
Text Example
Text Example
White with #30391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30391A; }
p { color: rgb(48,57,26); }
H1.HeaderClassName
{
color: #30391A;
}
.AnyTagClassName
{
color: #30391A;
}
</style>
background-color css
<style>
a { background-color: #30391A; }
a { background-color: rgb(48,57,26); }
div.DivClassName
{
background-color: #30391A;
}
.BgClassName
{
background-color: #30391A;
}
</style>
border-color css
<style>
span { border-color: #30391A; }
span { border-color: rgb(48,57,26); }
td.TdClassName
{
border-color: #30391A;
}
.TagClassName
{
border-color: #30391A;
}
</style>