Shades of Turtle Green #293C02
Tints of Turtle Green #293C02
RGB
CMYK
RGB Variations
Color information
#293C02 (or 0x293C02) is known color: Turtle Green. HEX triplet: 29, 3C and 02. RGB value is (41,60,2). Sum of RGB (Red+Green+Blue) = 41+60+2=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #293C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293C02 is #D6C3FD. Grayscale: #2F2F2F. Windows color (decimal): -14074878 or 146473. OLE color: 146473.
HSL color Cylindrical-coordinate representation of color #293C02: hue angle of 79.66º 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 #293C02 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 2 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.76 |
| HSL | 79.66º | 0.94% | 0.12% | - |
| HSV(B) | 79.66º | 0.97% | 0.24% | - |
| XYZ | 2.54 | 3.71 | 0.64 | - |
| YUV | 47.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 2 | 0.32 | 0 | 0.97 | 0.76 | 79.66 | 0.94 | 0.12 |
| Hex | 29 | 3C | 2 | 20 | 0 | 61 | 4C | 50 | 5E | C |
| Octal | 51 | 74 | 2 | 40 | 0 | 141 | 114 | 120 | 136 | 14 |
| Binary | 101001 | 111100 | 10 | 100000 | 0 | 1100001 | 1001100 | 1010000 | 1011110 | 1100 |
Color Harmonies of #293C02
Complementary color
Monochromatic Colors of #293C02
Black with #293C02
Text Example
Text Example
White with #293C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C02; }
p { color: rgb(41,60,2); }
H1.HeaderClassName
{
color: #293C02;
}
.AnyTagClassName
{
color: #293C02;
}
</style>
background-color css
<style>
a { background-color: #293C02; }
a { background-color: rgb(41,60,2); }
div.DivClassName
{
background-color: #293C02;
}
.BgClassName
{
background-color: #293C02;
}
</style>
border-color css
<style>
span { border-color: #293C02; }
span { border-color: rgb(41,60,2); }
td.TdClassName
{
border-color: #293C02;
}
.TagClassName
{
border-color: #293C02;
}
</style>