Shades of Turtle Green #30391B
Tints of Turtle Green #30391B
RGB
CMYK
RGB Variations
Color information
#30391B (or 0x30391B) is known color: Turtle Green. HEX triplet: 30, 39 and 1B. RGB value is (48,57,27). Sum of RGB (Red+Green+Blue) = 48+57+27=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #30391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391B is #CFC6E4. Grayscale: #323232. Windows color (decimal): -13616869 or 1784112. OLE color: 1784112.
HSL color Cylindrical-coordinate representation of color #30391B: hue angle of 78º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30391B is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 27 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.78 |
| HSL | 78º | 0.36% | 0.16% | - |
| HSV(B) | 78º | 0.53% | 0.22% | - |
| XYZ | 2.88 | 3.63 | 1.59 | - |
| YUV | 50.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 27 | 0.16 | 0 | 0.53 | 0.78 | 78 | 0.36 | 0.16 |
| Hex | 30 | 39 | 1B | 10 | 0 | 35 | 4E | 4E | 24 | 10 |
| Octal | 60 | 71 | 33 | 20 | 0 | 65 | 116 | 116 | 44 | 20 |
| Binary | 110000 | 111001 | 11011 | 10000 | 0 | 110101 | 1001110 | 1001110 | 100100 | 10000 |
Color Harmonies of #30391B
Complementary color
Monochromatic Colors of #30391B
Black with #30391B
Text Example
Text Example
White with #30391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30391B; }
p { color: rgb(48,57,27); }
H1.HeaderClassName
{
color: #30391B;
}
.AnyTagClassName
{
color: #30391B;
}
</style>
background-color css
<style>
a { background-color: #30391B; }
a { background-color: rgb(48,57,27); }
div.DivClassName
{
background-color: #30391B;
}
.BgClassName
{
background-color: #30391B;
}
</style>
border-color css
<style>
span { border-color: #30391B; }
span { border-color: rgb(48,57,27); }
td.TdClassName
{
border-color: #30391B;
}
.TagClassName
{
border-color: #30391B;
}
</style>