Shades of Turtle Green #293002
Tints of Turtle Green #293002
RGB
CMYK
RGB Variations
Color information
#293002 (or 0x293002) is known color: Turtle Green. HEX triplet: 29, 30 and 02. RGB value is (41,48,2). Sum of RGB (Red+Green+Blue) = 41+48+2=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #293002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293002 is #D6CFFD. Grayscale: #282828. Windows color (decimal): -14077950 or 143401. OLE color: 143401.
HSL color Cylindrical-coordinate representation of color #293002: hue angle of 69.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #293002 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 48 | 2 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.81 |
| HSL | 69.13º | 0.92% | 0.1% | - |
| HSV(B) | 69.13º | 0.96% | 0.19% | - |
| XYZ | 1.98 | 2.59 | 0.45 | - |
| YUV | 40.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 2 | 0.15 | 0 | 0.96 | 0.81 | 69.13 | 0.92 | 0.1 |
| Hex | 29 | 30 | 2 | F | 0 | 60 | 51 | 45 | 5C | A |
| Octal | 51 | 60 | 2 | 17 | 0 | 140 | 121 | 105 | 134 | 12 |
| Binary | 101001 | 110000 | 10 | 1111 | 0 | 1100000 | 1010001 | 1000101 | 1011100 | 1010 |
Color Harmonies of #293002
Complementary color
Monochromatic Colors of #293002
Black with #293002
Text Example
Text Example
White with #293002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293002; }
p { color: rgb(41,48,2); }
H1.HeaderClassName
{
color: #293002;
}
.AnyTagClassName
{
color: #293002;
}
</style>
background-color css
<style>
a { background-color: #293002; }
a { background-color: rgb(41,48,2); }
div.DivClassName
{
background-color: #293002;
}
.BgClassName
{
background-color: #293002;
}
</style>
border-color css
<style>
span { border-color: #293002; }
span { border-color: rgb(41,48,2); }
td.TdClassName
{
border-color: #293002;
}
.TagClassName
{
border-color: #293002;
}
</style>