Shades of Turtle Green #303E1A
Tints of Turtle Green #303E1A
RGB
CMYK
RGB Variations
Color information
#303E1A (or 0x303E1A) is known color: Turtle Green. HEX triplet: 30, 3E and 1A. RGB value is (48,62,26). Sum of RGB (Red+Green+Blue) = 48+62+26=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #303E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E1A is #CFC1E5. Grayscale: #353535. Windows color (decimal): -13615590 or 1719856. OLE color: 1719856.
HSL color Cylindrical-coordinate representation of color #303E1A: hue angle of 83.33º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303E1A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 26 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.76 |
| HSL | 83.33º | 0.41% | 0.17% | - |
| HSV(B) | 83.33º | 0.58% | 0.24% | - |
| XYZ | 3.13 | 4.15 | 1.61 | - |
| YUV | 53.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 26 | 0.23 | 0 | 0.58 | 0.76 | 83.33 | 0.41 | 0.17 |
| Hex | 30 | 3E | 1A | 17 | 0 | 3A | 4C | 53 | 29 | 11 |
| Octal | 60 | 76 | 32 | 27 | 0 | 72 | 114 | 123 | 51 | 21 |
| Binary | 110000 | 111110 | 11010 | 10111 | 0 | 111010 | 1001100 | 1010011 | 101001 | 10001 |
Color Harmonies of #303E1A
Complementary color
Monochromatic Colors of #303E1A
Black with #303E1A
Text Example
Text Example
White with #303E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E1A; }
p { color: rgb(48,62,26); }
H1.HeaderClassName
{
color: #303E1A;
}
.AnyTagClassName
{
color: #303E1A;
}
</style>
background-color css
<style>
a { background-color: #303E1A; }
a { background-color: rgb(48,62,26); }
div.DivClassName
{
background-color: #303E1A;
}
.BgClassName
{
background-color: #303E1A;
}
</style>
border-color css
<style>
span { border-color: #303E1A; }
span { border-color: rgb(48,62,26); }
td.TdClassName
{
border-color: #303E1A;
}
.TagClassName
{
border-color: #303E1A;
}
</style>