Shades of Turtle Green #304D0F
Tints of Turtle Green #304D0F
RGB
CMYK
RGB Variations
Color information
#304D0F (or 0x304D0F) is known color: Turtle Green. HEX triplet: 30, 4D and 0F. RGB value is (48,77,15). Sum of RGB (Red+Green+Blue) = 48+77+15=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #304D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304D0F is #CFB2F0. Grayscale: #3D3D3D. Windows color (decimal): -13611761 or 1002800. OLE color: 1002800.
HSL color Cylindrical-coordinate representation of color #304D0F: hue angle of 88.06º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304D0F is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 15 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.70 |
| HSL | 88.06º | 0.67% | 0.18% | - |
| HSV(B) | 88.06º | 0.81% | 0.3% | - |
| XYZ | 3.96 | 5.97 | 1.4 | - |
| YUV | 61.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 15 | 0.38 | 0 | 0.81 | 0.70 | 88.06 | 0.67 | 0.18 |
| Hex | 30 | 4D | F | 26 | 0 | 51 | 46 | 58 | 43 | 12 |
| Octal | 60 | 115 | 17 | 46 | 0 | 121 | 106 | 130 | 103 | 22 |
| Binary | 110000 | 1001101 | 1111 | 100110 | 0 | 1010001 | 1000110 | 1011000 | 1000011 | 10010 |
Color Harmonies of #304D0F
Complementary color
Monochromatic Colors of #304D0F
Black with #304D0F
Text Example
Text Example
White with #304D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D0F; }
p { color: rgb(48,77,15); }
H1.HeaderClassName
{
color: #304D0F;
}
.AnyTagClassName
{
color: #304D0F;
}
</style>
background-color css
<style>
a { background-color: #304D0F; }
a { background-color: rgb(48,77,15); }
div.DivClassName
{
background-color: #304D0F;
}
.BgClassName
{
background-color: #304D0F;
}
</style>
border-color css
<style>
span { border-color: #304D0F; }
span { border-color: rgb(48,77,15); }
td.TdClassName
{
border-color: #304D0F;
}
.TagClassName
{
border-color: #304D0F;
}
</style>