Shades of Turtle Green #303E08
Tints of Turtle Green #303E08
RGB
CMYK
RGB Variations
Color information
#303E08 (or 0x303E08) is known color: Turtle Green. HEX triplet: 30, 3E and 08. RGB value is (48,62,8). Sum of RGB (Red+Green+Blue) = 48+62+8=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #303E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E08 is #CFC1F7. Grayscale: #333333. Windows color (decimal): -13615608 or 540208. OLE color: 540208.
HSL color Cylindrical-coordinate representation of color #303E08: hue angle of 75.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #303E08 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 8 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.76 |
| HSL | 75.56º | 0.77% | 0.14% | - |
| HSV(B) | 75.56º | 0.87% | 0.24% | - |
| XYZ | 2.99 | 4.09 | 0.86 | - |
| YUV | 51.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 8 | 0.23 | 0 | 0.87 | 0.76 | 75.56 | 0.77 | 0.14 |
| Hex | 30 | 3E | 8 | 17 | 0 | 57 | 4C | 4C | 4D | E |
| Octal | 60 | 76 | 10 | 27 | 0 | 127 | 114 | 114 | 115 | 16 |
| Binary | 110000 | 111110 | 1000 | 10111 | 0 | 1010111 | 1001100 | 1001100 | 1001101 | 1110 |
Color Harmonies of #303E08
Complementary color
Monochromatic Colors of #303E08
Black with #303E08
Text Example
Text Example
White with #303E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E08; }
p { color: rgb(48,62,8); }
H1.HeaderClassName
{
color: #303E08;
}
.AnyTagClassName
{
color: #303E08;
}
</style>
background-color css
<style>
a { background-color: #303E08; }
a { background-color: rgb(48,62,8); }
div.DivClassName
{
background-color: #303E08;
}
.BgClassName
{
background-color: #303E08;
}
</style>
border-color css
<style>
span { border-color: #303E08; }
span { border-color: rgb(48,62,8); }
td.TdClassName
{
border-color: #303E08;
}
.TagClassName
{
border-color: #303E08;
}
</style>