Shades of Turtle Green #293E02
Tints of Turtle Green #293E02
RGB
CMYK
RGB Variations
Color information
#293E02 (or 0x293E02) is known color: Turtle Green. HEX triplet: 29, 3E and 02. RGB value is (41,62,2). Sum of RGB (Red+Green+Blue) = 41+62+2=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #293E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E02 is #D6C1FD. Grayscale: #313131. Windows color (decimal): -14074366 or 146985. OLE color: 146985.
HSL color Cylindrical-coordinate representation of color #293E02: hue angle of 81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #293E02 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 2 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.76 |
| HSL | 81º | 0.94% | 0.13% | - |
| HSV(B) | 81º | 0.97% | 0.24% | - |
| XYZ | 2.65 | 3.92 | 0.67 | - |
| YUV | 48.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 2 | 0.34 | 0 | 0.97 | 0.76 | 81 | 0.94 | 0.13 |
| Hex | 29 | 3E | 2 | 22 | 0 | 61 | 4C | 51 | 5E | D |
| Octal | 51 | 76 | 2 | 42 | 0 | 141 | 114 | 121 | 136 | 15 |
| Binary | 101001 | 111110 | 10 | 100010 | 0 | 1100001 | 1001100 | 1010001 | 1011110 | 1101 |
Color Harmonies of #293E02
Complementary color
Monochromatic Colors of #293E02
Black with #293E02
Text Example
Text Example
White with #293E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E02; }
p { color: rgb(41,62,2); }
H1.HeaderClassName
{
color: #293E02;
}
.AnyTagClassName
{
color: #293E02;
}
</style>
background-color css
<style>
a { background-color: #293E02; }
a { background-color: rgb(41,62,2); }
div.DivClassName
{
background-color: #293E02;
}
.BgClassName
{
background-color: #293E02;
}
</style>
border-color css
<style>
span { border-color: #293E02; }
span { border-color: rgb(41,62,2); }
td.TdClassName
{
border-color: #293E02;
}
.TagClassName
{
border-color: #293E02;
}
</style>