Shades of Turtle Green #303F0C
Tints of Turtle Green #303F0C
RGB
CMYK
RGB Variations
Color information
#303F0C (or 0x303F0C) is known color: Turtle Green. HEX triplet: 30, 3F and 0C. RGB value is (48,63,12). Sum of RGB (Red+Green+Blue) = 48+63+12=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #303F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F0C is #CFC0F3. Grayscale: #343434. Windows color (decimal): -13615348 or 802608. OLE color: 802608.
HSL color Cylindrical-coordinate representation of color #303F0C: hue angle of 77.65º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303F0C is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 12 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.75 |
| HSL | 77.65º | 0.68% | 0.15% | - |
| HSV(B) | 77.65º | 0.81% | 0.25% | - |
| XYZ | 3.06 | 4.21 | 1 | - |
| YUV | 52.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 12 | 0.24 | 0 | 0.81 | 0.75 | 77.65 | 0.68 | 0.15 |
| Hex | 30 | 3F | C | 18 | 0 | 51 | 4B | 4E | 44 | F |
| Octal | 60 | 77 | 14 | 30 | 0 | 121 | 113 | 116 | 104 | 17 |
| Binary | 110000 | 111111 | 1100 | 11000 | 0 | 1010001 | 1001011 | 1001110 | 1000100 | 1111 |
Color Harmonies of #303F0C
Complementary color
Monochromatic Colors of #303F0C
Black with #303F0C
Text Example
Text Example
White with #303F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F0C; }
p { color: rgb(48,63,12); }
H1.HeaderClassName
{
color: #303F0C;
}
.AnyTagClassName
{
color: #303F0C;
}
</style>
background-color css
<style>
a { background-color: #303F0C; }
a { background-color: rgb(48,63,12); }
div.DivClassName
{
background-color: #303F0C;
}
.BgClassName
{
background-color: #303F0C;
}
</style>
border-color css
<style>
span { border-color: #303F0C; }
span { border-color: rgb(48,63,12); }
td.TdClassName
{
border-color: #303F0C;
}
.TagClassName
{
border-color: #303F0C;
}
</style>