Shades of Turtle Green #293D02
Tints of Turtle Green #293D02
RGB
CMYK
RGB Variations
Color information
#293D02 (or 0x293D02) is known color: Turtle Green. HEX triplet: 29, 3D and 02. RGB value is (41,61,2). Sum of RGB (Red+Green+Blue) = 41+61+2=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 61 (24.22% from 255 or 58.65% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 61 - color contains mainly: green. Hex color #293D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D02 is #D6C2FD. Grayscale: #303030. Windows color (decimal): -14074622 or 146729. OLE color: 146729.
HSL color Cylindrical-coordinate representation of color #293D02: hue angle of 80.34º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #293D02 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 2 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.76 |
| HSL | 80.34º | 0.94% | 0.12% | - |
| HSV(B) | 80.34º | 0.97% | 0.24% | - |
| XYZ | 2.59 | 3.81 | 0.66 | - |
| YUV | 48.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 2 | 0.33 | 0 | 0.97 | 0.76 | 80.34 | 0.94 | 0.12 |
| Hex | 29 | 3D | 2 | 21 | 0 | 61 | 4C | 50 | 5E | C |
| Octal | 51 | 75 | 2 | 41 | 0 | 141 | 114 | 120 | 136 | 14 |
| Binary | 101001 | 111101 | 10 | 100001 | 0 | 1100001 | 1001100 | 1010000 | 1011110 | 1100 |
Color Harmonies of #293D02
Complementary color
Monochromatic Colors of #293D02
Black with #293D02
Text Example
Text Example
White with #293D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D02; }
p { color: rgb(41,61,2); }
H1.HeaderClassName
{
color: #293D02;
}
.AnyTagClassName
{
color: #293D02;
}
</style>
background-color css
<style>
a { background-color: #293D02; }
a { background-color: rgb(41,61,2); }
div.DivClassName
{
background-color: #293D02;
}
.BgClassName
{
background-color: #293D02;
}
</style>
border-color css
<style>
span { border-color: #293D02; }
span { border-color: rgb(41,61,2); }
td.TdClassName
{
border-color: #293D02;
}
.TagClassName
{
border-color: #293D02;
}
</style>