Shades of Turtle Green #303E10
Tints of Turtle Green #303E10
RGB
CMYK
RGB Variations
Color information
#303E10 (or 0x303E10) is known color: Turtle Green. HEX triplet: 30, 3E and 10. RGB value is (48,62,16). Sum of RGB (Red+Green+Blue) = 48+62+16=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #303E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E10 is #CFC1EF. Grayscale: #343434. Windows color (decimal): -13615600 or 1064496. OLE color: 1064496.
HSL color Cylindrical-coordinate representation of color #303E10: hue angle of 78.26º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303E10 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 16 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.76 |
| HSL | 78.26º | 0.59% | 0.15% | - |
| HSV(B) | 78.26º | 0.74% | 0.24% | - |
| XYZ | 3.04 | 4.11 | 1.12 | - |
| YUV | 52.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 16 | 0.23 | 0 | 0.74 | 0.76 | 78.26 | 0.59 | 0.15 |
| Hex | 30 | 3E | 10 | 17 | 0 | 4A | 4C | 4E | 3B | F |
| Octal | 60 | 76 | 20 | 27 | 0 | 112 | 114 | 116 | 73 | 17 |
| Binary | 110000 | 111110 | 10000 | 10111 | 0 | 1001010 | 1001100 | 1001110 | 111011 | 1111 |
Color Harmonies of #303E10
Complementary color
Monochromatic Colors of #303E10
Black with #303E10
Text Example
Text Example
White with #303E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E10; }
p { color: rgb(48,62,16); }
H1.HeaderClassName
{
color: #303E10;
}
.AnyTagClassName
{
color: #303E10;
}
</style>
background-color css
<style>
a { background-color: #303E10; }
a { background-color: rgb(48,62,16); }
div.DivClassName
{
background-color: #303E10;
}
.BgClassName
{
background-color: #303E10;
}
</style>
border-color css
<style>
span { border-color: #303E10; }
span { border-color: rgb(48,62,16); }
td.TdClassName
{
border-color: #303E10;
}
.TagClassName
{
border-color: #303E10;
}
</style>