Shades of Turtle Green #293B01
Tints of Turtle Green #293B01
RGB
CMYK
RGB Variations
Color information
#293B01 (or 0x293B01) is known color: Turtle Green. HEX triplet: 29, 3B and 01. RGB value is (41,59,1). Sum of RGB (Red+Green+Blue) = 41+59+1=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #293B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B01 is #D6C4FE. Grayscale: #2F2F2F. Windows color (decimal): -14075135 or 80681. OLE color: 80681.
HSL color Cylindrical-coordinate representation of color #293B01: hue angle of 78.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #293B01 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 1 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.77 |
| HSL | 78.62º | 0.97% | 0.12% | - |
| HSV(B) | 78.62º | 0.98% | 0.23% | - |
| XYZ | 2.48 | 3.6 | 0.59 | - |
| YUV | 47.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 1 | 0.31 | 0 | 0.98 | 0.77 | 78.62 | 0.97 | 0.12 |
| Hex | 29 | 3B | 1 | 1F | 0 | 62 | 4D | 4F | 61 | C |
| Octal | 51 | 73 | 1 | 37 | 0 | 142 | 115 | 117 | 141 | 14 |
| Binary | 101001 | 111011 | 1 | 11111 | 0 | 1100010 | 1001101 | 1001111 | 1100001 | 1100 |
Color Harmonies of #293B01
Complementary color
Monochromatic Colors of #293B01
Black with #293B01
Text Example
Text Example
White with #293B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B01; }
p { color: rgb(41,59,1); }
H1.HeaderClassName
{
color: #293B01;
}
.AnyTagClassName
{
color: #293B01;
}
</style>
background-color css
<style>
a { background-color: #293B01; }
a { background-color: rgb(41,59,1); }
div.DivClassName
{
background-color: #293B01;
}
.BgClassName
{
background-color: #293B01;
}
</style>
border-color css
<style>
span { border-color: #293B01; }
span { border-color: rgb(41,59,1); }
td.TdClassName
{
border-color: #293B01;
}
.TagClassName
{
border-color: #293B01;
}
</style>