Shades of Turtle Green #293F02
Tints of Turtle Green #293F02
RGB
CMYK
RGB Variations
Color information
#293F02 (or 0x293F02) is known color: Turtle Green. HEX triplet: 29, 3F and 02. RGB value is (41,63,2). Sum of RGB (Red+Green+Blue) = 41+63+2=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #293F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F02 is #D6C0FD. Grayscale: #313131. Windows color (decimal): -14074110 or 147241. OLE color: 147241.
HSL color Cylindrical-coordinate representation of color #293F02: hue angle of 81.64º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #293F02 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 2 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.75 |
| HSL | 81.64º | 0.94% | 0.13% | - |
| HSV(B) | 81.64º | 0.97% | 0.25% | - |
| XYZ | 2.7 | 4.03 | 0.69 | - |
| YUV | 49.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 2 | 0.35 | 0 | 0.97 | 0.75 | 81.64 | 0.94 | 0.13 |
| Hex | 29 | 3F | 2 | 23 | 0 | 61 | 4B | 52 | 5E | D |
| Octal | 51 | 77 | 2 | 43 | 0 | 141 | 113 | 122 | 136 | 15 |
| Binary | 101001 | 111111 | 10 | 100011 | 0 | 1100001 | 1001011 | 1010010 | 1011110 | 1101 |
Color Harmonies of #293F02
Complementary color
Monochromatic Colors of #293F02
Black with #293F02
Text Example
Text Example
White with #293F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F02; }
p { color: rgb(41,63,2); }
H1.HeaderClassName
{
color: #293F02;
}
.AnyTagClassName
{
color: #293F02;
}
</style>
background-color css
<style>
a { background-color: #293F02; }
a { background-color: rgb(41,63,2); }
div.DivClassName
{
background-color: #293F02;
}
.BgClassName
{
background-color: #293F02;
}
</style>
border-color css
<style>
span { border-color: #293F02; }
span { border-color: rgb(41,63,2); }
td.TdClassName
{
border-color: #293F02;
}
.TagClassName
{
border-color: #293F02;
}
</style>