Shades of Turtle Green #303F0F
Tints of Turtle Green #303F0F
RGB
CMYK
RGB Variations
Color information
#303F0F (or 0x303F0F) is known color: Turtle Green. HEX triplet: 30, 3F and 0F. RGB value is (48,63,15). Sum of RGB (Red+Green+Blue) = 48+63+15=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #303F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F0F is #CFC0F0. Grayscale: #353535. Windows color (decimal): -13615345 or 999216. OLE color: 999216.
HSL color Cylindrical-coordinate representation of color #303F0F: hue angle of 78.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303F0F is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 15 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.75 |
| HSL | 78.75º | 0.62% | 0.15% | - |
| HSV(B) | 78.75º | 0.76% | 0.25% | - |
| XYZ | 3.08 | 4.22 | 1.1 | - |
| YUV | 53.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 15 | 0.24 | 0 | 0.76 | 0.75 | 78.75 | 0.62 | 0.15 |
| Hex | 30 | 3F | F | 18 | 0 | 4C | 4B | 4F | 3E | F |
| Octal | 60 | 77 | 17 | 30 | 0 | 114 | 113 | 117 | 76 | 17 |
| Binary | 110000 | 111111 | 1111 | 11000 | 0 | 1001100 | 1001011 | 1001111 | 111110 | 1111 |
Color Harmonies of #303F0F
Complementary color
Monochromatic Colors of #303F0F
Black with #303F0F
Text Example
Text Example
White with #303F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F0F; }
p { color: rgb(48,63,15); }
H1.HeaderClassName
{
color: #303F0F;
}
.AnyTagClassName
{
color: #303F0F;
}
</style>
background-color css
<style>
a { background-color: #303F0F; }
a { background-color: rgb(48,63,15); }
div.DivClassName
{
background-color: #303F0F;
}
.BgClassName
{
background-color: #303F0F;
}
</style>
border-color css
<style>
span { border-color: #303F0F; }
span { border-color: rgb(48,63,15); }
td.TdClassName
{
border-color: #303F0F;
}
.TagClassName
{
border-color: #303F0F;
}
</style>