Shades of Turtle Green #30371B
Tints of Turtle Green #30371B
RGB
CMYK
RGB Variations
Color information
#30371B (or 0x30371B) is known color: Turtle Green. HEX triplet: 30, 37 and 1B. RGB value is (48,55,27). Sum of RGB (Red+Green+Blue) = 48+55+27=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #30371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30371B is #CFC8E4. Grayscale: #313131. Windows color (decimal): -13617381 or 1783600. OLE color: 1783600.
HSL color Cylindrical-coordinate representation of color #30371B: hue angle of 75º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30371B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 27 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.78 |
| HSL | 75º | 0.34% | 0.16% | - |
| HSV(B) | 75º | 0.51% | 0.22% | - |
| XYZ | 2.78 | 3.44 | 1.55 | - |
| YUV | 49.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 27 | 0.13 | 0 | 0.51 | 0.78 | 75 | 0.34 | 0.16 |
| Hex | 30 | 37 | 1B | D | 0 | 33 | 4E | 4B | 22 | 10 |
| Octal | 60 | 67 | 33 | 15 | 0 | 63 | 116 | 113 | 42 | 20 |
| Binary | 110000 | 110111 | 11011 | 1101 | 0 | 110011 | 1001110 | 1001011 | 100010 | 10000 |
Color Harmonies of #30371B
Complementary color
Monochromatic Colors of #30371B
Black with #30371B
Text Example
Text Example
White with #30371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30371B; }
p { color: rgb(48,55,27); }
H1.HeaderClassName
{
color: #30371B;
}
.AnyTagClassName
{
color: #30371B;
}
</style>
background-color css
<style>
a { background-color: #30371B; }
a { background-color: rgb(48,55,27); }
div.DivClassName
{
background-color: #30371B;
}
.BgClassName
{
background-color: #30371B;
}
</style>
border-color css
<style>
span { border-color: #30371B; }
span { border-color: rgb(48,55,27); }
td.TdClassName
{
border-color: #30371B;
}
.TagClassName
{
border-color: #30371B;
}
</style>