Shades of Turtle Green #303F15
Tints of Turtle Green #303F15
RGB
CMYK
RGB Variations
Color information
#303F15 (or 0x303F15) is known color: Turtle Green. HEX triplet: 30, 3F and 15. RGB value is (48,63,21). Sum of RGB (Red+Green+Blue) = 48+63+21=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #303F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F15 is #CFC0EA. Grayscale: #353535. Windows color (decimal): -13615339 or 1392432. OLE color: 1392432.
HSL color Cylindrical-coordinate representation of color #303F15: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303F15 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 21 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.75 |
| HSL | 81.43º | 0.5% | 0.16% | - |
| HSV(B) | 81.43º | 0.67% | 0.25% | - |
| XYZ | 3.13 | 4.24 | 1.36 | - |
| YUV | 53.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 21 | 0.24 | 0 | 0.67 | 0.75 | 81.43 | 0.5 | 0.16 |
| Hex | 30 | 3F | 15 | 18 | 0 | 43 | 4B | 51 | 32 | 10 |
| Octal | 60 | 77 | 25 | 30 | 0 | 103 | 113 | 121 | 62 | 20 |
| Binary | 110000 | 111111 | 10101 | 11000 | 0 | 1000011 | 1001011 | 1010001 | 110010 | 10000 |
Color Harmonies of #303F15
Complementary color
Monochromatic Colors of #303F15
Black with #303F15
Text Example
Text Example
White with #303F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F15; }
p { color: rgb(48,63,21); }
H1.HeaderClassName
{
color: #303F15;
}
.AnyTagClassName
{
color: #303F15;
}
</style>
background-color css
<style>
a { background-color: #303F15; }
a { background-color: rgb(48,63,21); }
div.DivClassName
{
background-color: #303F15;
}
.BgClassName
{
background-color: #303F15;
}
</style>
border-color css
<style>
span { border-color: #303F15; }
span { border-color: rgb(48,63,21); }
td.TdClassName
{
border-color: #303F15;
}
.TagClassName
{
border-color: #303F15;
}
</style>