Shades of Turtle Green #295201
Tints of Turtle Green #295201
RGB
CMYK
RGB Variations
Color information
#295201 (or 0x295201) is known color: Turtle Green. HEX triplet: 29, 52 and 01. RGB value is (41,82,1). Sum of RGB (Red+Green+Blue) = 41+82+1=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #295201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295201 is #D6ADFE. Grayscale: #3C3C3C. Windows color (decimal): -14069247 or 86569. OLE color: 86569.
HSL color Cylindrical-coordinate representation of color #295201: hue angle of 90.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #295201 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.68 |
| HSL | 90.37º | 0.98% | 0.16% | - |
| HSV(B) | 90.37º | 0.99% | 0.32% | - |
| XYZ | 3.94 | 6.51 | 1.08 | - |
| YUV | 60.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 1 | 0.50 | 0 | 0.99 | 0.68 | 90.37 | 0.98 | 0.16 |
| Hex | 29 | 52 | 1 | 32 | 0 | 63 | 44 | 5A | 62 | 10 |
| Octal | 51 | 122 | 1 | 62 | 0 | 143 | 104 | 132 | 142 | 20 |
| Binary | 101001 | 1010010 | 1 | 110010 | 0 | 1100011 | 1000100 | 1011010 | 1100010 | 10000 |
Color Harmonies of #295201
Complementary color
Monochromatic Colors of #295201
Black with #295201
Text Example
Text Example
White with #295201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295201; }
p { color: rgb(41,82,1); }
H1.HeaderClassName
{
color: #295201;
}
.AnyTagClassName
{
color: #295201;
}
</style>
background-color css
<style>
a { background-color: #295201; }
a { background-color: rgb(41,82,1); }
div.DivClassName
{
background-color: #295201;
}
.BgClassName
{
background-color: #295201;
}
</style>
border-color css
<style>
span { border-color: #295201; }
span { border-color: rgb(41,82,1); }
td.TdClassName
{
border-color: #295201;
}
.TagClassName
{
border-color: #295201;
}
</style>