Shades of Turtle Green #30391C
Tints of Turtle Green #30391C
RGB
CMYK
RGB Variations
Color information
#30391C (or 0x30391C) is known color: Turtle Green. HEX triplet: 30, 39 and 1C. RGB value is (48,57,28). Sum of RGB (Red+Green+Blue) = 48+57+28=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #30391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391C is #CFC6E3. Grayscale: #333333. Windows color (decimal): -13616868 or 1849648. OLE color: 1849648.
HSL color Cylindrical-coordinate representation of color #30391C: hue angle of 78.62º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30391C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 28 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.78 |
| HSL | 78.62º | 0.34% | 0.17% | - |
| HSV(B) | 78.62º | 0.51% | 0.22% | - |
| XYZ | 2.89 | 3.64 | 1.65 | - |
| YUV | 51 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 28 | 0.16 | 0 | 0.51 | 0.78 | 78.62 | 0.34 | 0.17 |
| Hex | 30 | 39 | 1C | 10 | 0 | 33 | 4E | 4F | 22 | 11 |
| Octal | 60 | 71 | 34 | 20 | 0 | 63 | 116 | 117 | 42 | 21 |
| Binary | 110000 | 111001 | 11100 | 10000 | 0 | 110011 | 1001110 | 1001111 | 100010 | 10001 |
Color Harmonies of #30391C
Complementary color
Monochromatic Colors of #30391C
Black with #30391C
Text Example
Text Example
White with #30391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30391C; }
p { color: rgb(48,57,28); }
H1.HeaderClassName
{
color: #30391C;
}
.AnyTagClassName
{
color: #30391C;
}
</style>
background-color css
<style>
a { background-color: #30391C; }
a { background-color: rgb(48,57,28); }
div.DivClassName
{
background-color: #30391C;
}
.BgClassName
{
background-color: #30391C;
}
</style>
border-color css
<style>
span { border-color: #30391C; }
span { border-color: rgb(48,57,28); }
td.TdClassName
{
border-color: #30391C;
}
.TagClassName
{
border-color: #30391C;
}
</style>