Shades of Turtle Green #303D0C
Tints of Turtle Green #303D0C
RGB
CMYK
RGB Variations
Color information
#303D0C (or 0x303D0C) is known color: Turtle Green. HEX triplet: 30, 3D and 0C. RGB value is (48,61,12). Sum of RGB (Red+Green+Blue) = 48+61+12=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #303D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D0C is #CFC2F3. Grayscale: #333333. Windows color (decimal): -13615860 or 802096. OLE color: 802096.
HSL color Cylindrical-coordinate representation of color #303D0C: hue angle of 75.92º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303D0C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 12 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.76 |
| HSL | 75.92º | 0.67% | 0.14% | - |
| HSV(B) | 75.92º | 0.8% | 0.24% | - |
| XYZ | 2.95 | 3.99 | 0.96 | - |
| YUV | 51.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 12 | 0.21 | 0 | 0.80 | 0.76 | 75.92 | 0.67 | 0.14 |
| Hex | 30 | 3D | C | 15 | 0 | 50 | 4C | 4C | 43 | E |
| Octal | 60 | 75 | 14 | 25 | 0 | 120 | 114 | 114 | 103 | 16 |
| Binary | 110000 | 111101 | 1100 | 10101 | 0 | 1010000 | 1001100 | 1001100 | 1000011 | 1110 |
Color Harmonies of #303D0C
Complementary color
Monochromatic Colors of #303D0C
Black with #303D0C
Text Example
Text Example
White with #303D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D0C; }
p { color: rgb(48,61,12); }
H1.HeaderClassName
{
color: #303D0C;
}
.AnyTagClassName
{
color: #303D0C;
}
</style>
background-color css
<style>
a { background-color: #303D0C; }
a { background-color: rgb(48,61,12); }
div.DivClassName
{
background-color: #303D0C;
}
.BgClassName
{
background-color: #303D0C;
}
</style>
border-color css
<style>
span { border-color: #303D0C; }
span { border-color: rgb(48,61,12); }
td.TdClassName
{
border-color: #303D0C;
}
.TagClassName
{
border-color: #303D0C;
}
</style>