Shades of Turtle Green #303D1C
Tints of Turtle Green #303D1C
RGB
CMYK
RGB Variations
Color information
#303D1C (or 0x303D1C) is known color: Turtle Green. HEX triplet: 30, 3D and 1C. RGB value is (48,61,28). Sum of RGB (Red+Green+Blue) = 48+61+28=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #303D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D1C is #CFC2E3. Grayscale: #353535. Windows color (decimal): -13615844 or 1850672. OLE color: 1850672.
HSL color Cylindrical-coordinate representation of color #303D1C: hue angle of 83.64º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303D1C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 28 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.76 |
| HSL | 83.64º | 0.37% | 0.17% | - |
| HSV(B) | 83.64º | 0.54% | 0.24% | - |
| XYZ | 3.1 | 4.05 | 1.72 | - |
| YUV | 53.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 28 | 0.21 | 0 | 0.54 | 0.76 | 83.64 | 0.37 | 0.17 |
| Hex | 30 | 3D | 1C | 15 | 0 | 36 | 4C | 54 | 25 | 11 |
| Octal | 60 | 75 | 34 | 25 | 0 | 66 | 114 | 124 | 45 | 21 |
| Binary | 110000 | 111101 | 11100 | 10101 | 0 | 110110 | 1001100 | 1010100 | 100101 | 10001 |
Color Harmonies of #303D1C
Complementary color
Monochromatic Colors of #303D1C
Black with #303D1C
Text Example
Text Example
White with #303D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D1C; }
p { color: rgb(48,61,28); }
H1.HeaderClassName
{
color: #303D1C;
}
.AnyTagClassName
{
color: #303D1C;
}
</style>
background-color css
<style>
a { background-color: #303D1C; }
a { background-color: rgb(48,61,28); }
div.DivClassName
{
background-color: #303D1C;
}
.BgClassName
{
background-color: #303D1C;
}
</style>
border-color css
<style>
span { border-color: #303D1C; }
span { border-color: rgb(48,61,28); }
td.TdClassName
{
border-color: #303D1C;
}
.TagClassName
{
border-color: #303D1C;
}
</style>