Shades of Turtle Green #294B08
Tints of Turtle Green #294B08
RGB
CMYK
RGB Variations
Color information
#294B08 (or 0x294B08) is known color: Turtle Green. HEX triplet: 29, 4B and 08. RGB value is (41,75,8). Sum of RGB (Red+Green+Blue) = 41+75+8=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #294B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B08 is #D6B4F7. Grayscale: #393939. Windows color (decimal): -14071032 or 543529. OLE color: 543529.
HSL color Cylindrical-coordinate representation of color #294B08: hue angle of 90.45º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #294B08 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 75 | 8 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.71 |
| HSL | 90.45º | 0.81% | 0.16% | - |
| HSV(B) | 90.45º | 0.89% | 0.29% | - |
| XYZ | 3.47 | 5.52 | 1.11 | - |
| YUV | 57.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 8 | 0.45 | 0 | 0.89 | 0.71 | 90.45 | 0.81 | 0.16 |
| Hex | 29 | 4B | 8 | 2D | 0 | 59 | 47 | 5A | 51 | 10 |
| Octal | 51 | 113 | 10 | 55 | 0 | 131 | 107 | 132 | 121 | 20 |
| Binary | 101001 | 1001011 | 1000 | 101101 | 0 | 1011001 | 1000111 | 1011010 | 1010001 | 10000 |
Color Harmonies of #294B08
Complementary color
Monochromatic Colors of #294B08
Black with #294B08
Text Example
Text Example
White with #294B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B08; }
p { color: rgb(41,75,8); }
H1.HeaderClassName
{
color: #294B08;
}
.AnyTagClassName
{
color: #294B08;
}
</style>
background-color css
<style>
a { background-color: #294B08; }
a { background-color: rgb(41,75,8); }
div.DivClassName
{
background-color: #294B08;
}
.BgClassName
{
background-color: #294B08;
}
</style>
border-color css
<style>
span { border-color: #294B08; }
span { border-color: rgb(41,75,8); }
td.TdClassName
{
border-color: #294B08;
}
.TagClassName
{
border-color: #294B08;
}
</style>