Shades of Turtle Green #30381D
Tints of Turtle Green #30381D
RGB
CMYK
RGB Variations
Color information
#30381D (or 0x30381D) is known color: Turtle Green. HEX triplet: 30, 38 and 1D. RGB value is (48,56,29). Sum of RGB (Red+Green+Blue) = 48+56+29=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #30381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30381D is #CFC7E2. Grayscale: #323232. Windows color (decimal): -13617123 or 1914928. OLE color: 1914928.
HSL color Cylindrical-coordinate representation of color #30381D: hue angle of 77.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30381D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 29 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.78 |
| HSL | 77.78º | 0.32% | 0.17% | - |
| HSV(B) | 77.78º | 0.48% | 0.22% | - |
| XYZ | 2.85 | 3.55 | 1.7 | - |
| YUV | 50.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 29 | 0.14 | 0 | 0.48 | 0.78 | 77.78 | 0.32 | 0.17 |
| Hex | 30 | 38 | 1D | E | 0 | 30 | 4E | 4E | 20 | 11 |
| Octal | 60 | 70 | 35 | 16 | 0 | 60 | 116 | 116 | 40 | 21 |
| Binary | 110000 | 111000 | 11101 | 1110 | 0 | 110000 | 1001110 | 1001110 | 100000 | 10001 |
Color Harmonies of #30381D
Complementary color
Monochromatic Colors of #30381D
Black with #30381D
Text Example
Text Example
White with #30381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30381D; }
p { color: rgb(48,56,29); }
H1.HeaderClassName
{
color: #30381D;
}
.AnyTagClassName
{
color: #30381D;
}
</style>
background-color css
<style>
a { background-color: #30381D; }
a { background-color: rgb(48,56,29); }
div.DivClassName
{
background-color: #30381D;
}
.BgClassName
{
background-color: #30381D;
}
</style>
border-color css
<style>
span { border-color: #30381D; }
span { border-color: rgb(48,56,29); }
td.TdClassName
{
border-color: #30381D;
}
.TagClassName
{
border-color: #30381D;
}
</style>