Shades of Turtle Green #303E03
Tints of Turtle Green #303E03
RGB
CMYK
RGB Variations
Color information
#303E03 (or 0x303E03) is known color: Turtle Green. HEX triplet: 30, 3E and 03. RGB value is (48,62,3). Sum of RGB (Red+Green+Blue) = 48+62+3=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #303E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E03 is #CFC1FC. Grayscale: #333333. Windows color (decimal): -13615613 or 212528. OLE color: 212528.
HSL color Cylindrical-coordinate representation of color #303E03: hue angle of 74.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #303E03 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 3 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.76 |
| HSL | 74.24º | 0.91% | 0.13% | - |
| HSV(B) | 74.24º | 0.95% | 0.24% | - |
| XYZ | 2.96 | 4.08 | 0.72 | - |
| YUV | 51.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 3 | 0.23 | 0 | 0.95 | 0.76 | 74.24 | 0.91 | 0.13 |
| Hex | 30 | 3E | 3 | 17 | 0 | 5F | 4C | 4A | 5B | D |
| Octal | 60 | 76 | 3 | 27 | 0 | 137 | 114 | 112 | 133 | 15 |
| Binary | 110000 | 111110 | 11 | 10111 | 0 | 1011111 | 1001100 | 1001010 | 1011011 | 1101 |
Color Harmonies of #303E03
Complementary color
Monochromatic Colors of #303E03
Black with #303E03
Text Example
Text Example
White with #303E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E03; }
p { color: rgb(48,62,3); }
H1.HeaderClassName
{
color: #303E03;
}
.AnyTagClassName
{
color: #303E03;
}
</style>
background-color css
<style>
a { background-color: #303E03; }
a { background-color: rgb(48,62,3); }
div.DivClassName
{
background-color: #303E03;
}
.BgClassName
{
background-color: #303E03;
}
</style>
border-color css
<style>
span { border-color: #303E03; }
span { border-color: rgb(48,62,3); }
td.TdClassName
{
border-color: #303E03;
}
.TagClassName
{
border-color: #303E03;
}
</style>