Shades of Turtle Green #30381F
Tints of Turtle Green #30381F
RGB
CMYK
RGB Variations
Color information
#30381F (or 0x30381F) is known color: Turtle Green. HEX triplet: 30, 38 and 1F. RGB value is (48,56,31). Sum of RGB (Red+Green+Blue) = 48+56+31=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #30381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30381F is #CFC7E0. Grayscale: #323232. Windows color (decimal): -13617121 or 2046000. OLE color: 2046000.
HSL color Cylindrical-coordinate representation of color #30381F: hue angle of 79.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30381F is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 31 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.78 |
| HSL | 79.2º | 0.29% | 0.17% | - |
| HSV(B) | 79.2º | 0.45% | 0.22% | - |
| XYZ | 2.88 | 3.56 | 1.83 | - |
| YUV | 50.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 31 | 0.14 | 0 | 0.45 | 0.78 | 79.2 | 0.29 | 0.17 |
| Hex | 30 | 38 | 1F | E | 0 | 2D | 4E | 4F | 1D | 11 |
| Octal | 60 | 70 | 37 | 16 | 0 | 55 | 116 | 117 | 35 | 21 |
| Binary | 110000 | 111000 | 11111 | 1110 | 0 | 101101 | 1001110 | 1001111 | 11101 | 10001 |
Color Harmonies of #30381F
Complementary color
Monochromatic Colors of #30381F
Black with #30381F
Text Example
Text Example
White with #30381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30381F; }
p { color: rgb(48,56,31); }
H1.HeaderClassName
{
color: #30381F;
}
.AnyTagClassName
{
color: #30381F;
}
</style>
background-color css
<style>
a { background-color: #30381F; }
a { background-color: rgb(48,56,31); }
div.DivClassName
{
background-color: #30381F;
}
.BgClassName
{
background-color: #30381F;
}
</style>
border-color css
<style>
span { border-color: #30381F; }
span { border-color: rgb(48,56,31); }
td.TdClassName
{
border-color: #30381F;
}
.TagClassName
{
border-color: #30381F;
}
</style>