Shades of Turtle Green #294B0B
Tints of Turtle Green #294B0B
RGB
CMYK
RGB Variations
Color information
#294B0B (or 0x294B0B) is known color: Turtle Green. HEX triplet: 29, 4B and 0B. RGB value is (41,75,11). Sum of RGB (Red+Green+Blue) = 41+75+11=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #294B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B0B is #D6B4F4. Grayscale: #393939. Windows color (decimal): -14071029 or 740137. OLE color: 740137.
HSL color Cylindrical-coordinate representation of color #294B0B: hue angle of 91.88º 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 #294B0B is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 75 | 11 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.71 |
| HSL | 91.88º | 0.74% | 0.17% | - |
| HSV(B) | 91.88º | 0.85% | 0.29% | - |
| XYZ | 3.49 | 5.53 | 1.2 | - |
| YUV | 57.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 11 | 0.45 | 0 | 0.85 | 0.71 | 91.88 | 0.74 | 0.17 |
| Hex | 29 | 4B | B | 2D | 0 | 55 | 47 | 5C | 4A | 11 |
| Octal | 51 | 113 | 13 | 55 | 0 | 125 | 107 | 134 | 112 | 21 |
| Binary | 101001 | 1001011 | 1011 | 101101 | 0 | 1010101 | 1000111 | 1011100 | 1001010 | 10001 |
Color Harmonies of #294B0B
Complementary color
Monochromatic Colors of #294B0B
Black with #294B0B
Text Example
Text Example
White with #294B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B0B; }
p { color: rgb(41,75,11); }
H1.HeaderClassName
{
color: #294B0B;
}
.AnyTagClassName
{
color: #294B0B;
}
</style>
background-color css
<style>
a { background-color: #294B0B; }
a { background-color: rgb(41,75,11); }
div.DivClassName
{
background-color: #294B0B;
}
.BgClassName
{
background-color: #294B0B;
}
</style>
border-color css
<style>
span { border-color: #294B0B; }
span { border-color: rgb(41,75,11); }
td.TdClassName
{
border-color: #294B0B;
}
.TagClassName
{
border-color: #294B0B;
}
</style>