Shades of Turtle Green #30380C
Tints of Turtle Green #30380C
RGB
CMYK
RGB Variations
Color information
#30380C (or 0x30380C) is known color: Turtle Green. HEX triplet: 30, 38 and 0C. RGB value is (48,56,12). Sum of RGB (Red+Green+Blue) = 48+56+12=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #30380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30380C is #CFC7F3. Grayscale: #303030. Windows color (decimal): -13617140 or 800816. OLE color: 800816.
HSL color Cylindrical-coordinate representation of color #30380C: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30380C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 12 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.78 |
| HSL | 70.91º | 0.65% | 0.13% | - |
| HSV(B) | 70.91º | 0.79% | 0.22% | - |
| XYZ | 2.7 | 3.48 | 0.88 | - |
| YUV | 48.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 12 | 0.14 | 0 | 0.79 | 0.78 | 70.91 | 0.65 | 0.13 |
| Hex | 30 | 38 | C | E | 0 | 4F | 4E | 47 | 41 | D |
| Octal | 60 | 70 | 14 | 16 | 0 | 117 | 116 | 107 | 101 | 15 |
| Binary | 110000 | 111000 | 1100 | 1110 | 0 | 1001111 | 1001110 | 1000111 | 1000001 | 1101 |
Color Harmonies of #30380C
Complementary color
Monochromatic Colors of #30380C
Black with #30380C
Text Example
Text Example
White with #30380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30380C; }
p { color: rgb(48,56,12); }
H1.HeaderClassName
{
color: #30380C;
}
.AnyTagClassName
{
color: #30380C;
}
</style>
background-color css
<style>
a { background-color: #30380C; }
a { background-color: rgb(48,56,12); }
div.DivClassName
{
background-color: #30380C;
}
.BgClassName
{
background-color: #30380C;
}
</style>
border-color css
<style>
span { border-color: #30380C; }
span { border-color: rgb(48,56,12); }
td.TdClassName
{
border-color: #30380C;
}
.TagClassName
{
border-color: #30380C;
}
</style>