Shades of Turtle Green #294A0B
Tints of Turtle Green #294A0B
RGB
CMYK
RGB Variations
Color information
#294A0B (or 0x294A0B) is known color: Turtle Green. HEX triplet: 29, 4A and 0B. RGB value is (41,74,11). Sum of RGB (Red+Green+Blue) = 41+74+11=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #294A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294A0B is #D6B5F4. Grayscale: #393939. Windows color (decimal): -14071285 or 739881. OLE color: 739881.
HSL color Cylindrical-coordinate representation of color #294A0B: hue angle of 91.43º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #294A0B is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 11 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.71 |
| HSL | 91.43º | 0.74% | 0.17% | - |
| HSV(B) | 91.43º | 0.85% | 0.29% | - |
| XYZ | 3.42 | 5.39 | 1.18 | - |
| YUV | 56.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 11 | 0.45 | 0 | 0.85 | 0.71 | 91.43 | 0.74 | 0.17 |
| Hex | 29 | 4A | B | 2D | 0 | 55 | 47 | 5B | 4A | 11 |
| Octal | 51 | 112 | 13 | 55 | 0 | 125 | 107 | 133 | 112 | 21 |
| Binary | 101001 | 1001010 | 1011 | 101101 | 0 | 1010101 | 1000111 | 1011011 | 1001010 | 10001 |
Color Harmonies of #294A0B
Complementary color
Monochromatic Colors of #294A0B
Black with #294A0B
Text Example
Text Example
White with #294A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A0B; }
p { color: rgb(41,74,11); }
H1.HeaderClassName
{
color: #294A0B;
}
.AnyTagClassName
{
color: #294A0B;
}
</style>
background-color css
<style>
a { background-color: #294A0B; }
a { background-color: rgb(41,74,11); }
div.DivClassName
{
background-color: #294A0B;
}
.BgClassName
{
background-color: #294A0B;
}
</style>
border-color css
<style>
span { border-color: #294A0B; }
span { border-color: rgb(41,74,11); }
td.TdClassName
{
border-color: #294A0B;
}
.TagClassName
{
border-color: #294A0B;
}
</style>