Shades of Turtle Green #294301
Tints of Turtle Green #294301
RGB
CMYK
RGB Variations
Color information
#294301 (or 0x294301) is known color: Turtle Green. HEX triplet: 29, 43 and 01. RGB value is (41,67,1). Sum of RGB (Red+Green+Blue) = 41+67+1=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #294301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294301 is #D6BCFE. Grayscale: #333333. Windows color (decimal): -14073087 or 82729. OLE color: 82729.
HSL color Cylindrical-coordinate representation of color #294301: hue angle of 83.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #294301 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 67 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.74 |
| HSL | 83.64º | 0.97% | 0.13% | - |
| HSV(B) | 83.64º | 0.99% | 0.26% | - |
| XYZ | 2.93 | 4.49 | 0.74 | - |
| YUV | 51.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 1 | 0.39 | 0 | 0.99 | 0.74 | 83.64 | 0.97 | 0.13 |
| Hex | 29 | 43 | 1 | 27 | 0 | 63 | 4A | 54 | 61 | D |
| Octal | 51 | 103 | 1 | 47 | 0 | 143 | 112 | 124 | 141 | 15 |
| Binary | 101001 | 1000011 | 1 | 100111 | 0 | 1100011 | 1001010 | 1010100 | 1100001 | 1101 |
Color Harmonies of #294301
Complementary color
Monochromatic Colors of #294301
Black with #294301
Text Example
Text Example
White with #294301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294301; }
p { color: rgb(41,67,1); }
H1.HeaderClassName
{
color: #294301;
}
.AnyTagClassName
{
color: #294301;
}
</style>
background-color css
<style>
a { background-color: #294301; }
a { background-color: rgb(41,67,1); }
div.DivClassName
{
background-color: #294301;
}
.BgClassName
{
background-color: #294301;
}
</style>
border-color css
<style>
span { border-color: #294301; }
span { border-color: rgb(41,67,1); }
td.TdClassName
{
border-color: #294301;
}
.TagClassName
{
border-color: #294301;
}
</style>