Shades of Turtle Green #293C03
Tints of Turtle Green #293C03
RGB
CMYK
RGB Variations
Color information
#293C03 (or 0x293C03) is known color: Turtle Green. HEX triplet: 29, 3C and 03. RGB value is (41,60,3). Sum of RGB (Red+Green+Blue) = 41+60+3=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #293C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293C03 is #D6C3FC. Grayscale: #303030. Windows color (decimal): -14074877 or 212009. OLE color: 212009.
HSL color Cylindrical-coordinate representation of color #293C03: hue angle of 80º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #293C03 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 3 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.76 |
| HSL | 80º | 0.9% | 0.12% | - |
| HSV(B) | 80º | 0.95% | 0.24% | - |
| XYZ | 2.55 | 3.71 | 0.67 | - |
| YUV | 47.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 3 | 0.32 | 0 | 0.95 | 0.76 | 80 | 0.9 | 0.12 |
| Hex | 29 | 3C | 3 | 20 | 0 | 5F | 4C | 50 | 5A | C |
| Octal | 51 | 74 | 3 | 40 | 0 | 137 | 114 | 120 | 132 | 14 |
| Binary | 101001 | 111100 | 11 | 100000 | 0 | 1011111 | 1001100 | 1010000 | 1011010 | 1100 |
Color Harmonies of #293C03
Complementary color
Monochromatic Colors of #293C03
Black with #293C03
Text Example
Text Example
White with #293C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C03; }
p { color: rgb(41,60,3); }
H1.HeaderClassName
{
color: #293C03;
}
.AnyTagClassName
{
color: #293C03;
}
</style>
background-color css
<style>
a { background-color: #293C03; }
a { background-color: rgb(41,60,3); }
div.DivClassName
{
background-color: #293C03;
}
.BgClassName
{
background-color: #293C03;
}
</style>
border-color css
<style>
span { border-color: #293C03; }
span { border-color: rgb(41,60,3); }
td.TdClassName
{
border-color: #293C03;
}
.TagClassName
{
border-color: #293C03;
}
</style>