Shades of Turtle Green #295103
Tints of Turtle Green #295103
RGB
CMYK
RGB Variations
Color information
#295103 (or 0x295103) is known color: Turtle Green. HEX triplet: 29, 51 and 03. RGB value is (41,81,3). Sum of RGB (Red+Green+Blue) = 41+81+3=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #295103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295103 is #D6AEFC. Grayscale: #3C3C3C. Windows color (decimal): -14069501 or 217385. OLE color: 217385.
HSL color Cylindrical-coordinate representation of color #295103: hue angle of 90.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #295103 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 81 | 3 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.68 |
| HSL | 90.77º | 0.93% | 0.16% | - |
| HSV(B) | 90.77º | 0.96% | 0.32% | - |
| XYZ | 3.87 | 6.36 | 1.11 | - |
| YUV | 60.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 3 | 0.49 | 0 | 0.96 | 0.68 | 90.77 | 0.93 | 0.16 |
| Hex | 29 | 51 | 3 | 31 | 0 | 60 | 44 | 5B | 5D | 10 |
| Octal | 51 | 121 | 3 | 61 | 0 | 140 | 104 | 133 | 135 | 20 |
| Binary | 101001 | 1010001 | 11 | 110001 | 0 | 1100000 | 1000100 | 1011011 | 1011101 | 10000 |
Color Harmonies of #295103
Complementary color
Monochromatic Colors of #295103
Black with #295103
Text Example
Text Example
White with #295103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295103; }
p { color: rgb(41,81,3); }
H1.HeaderClassName
{
color: #295103;
}
.AnyTagClassName
{
color: #295103;
}
</style>
background-color css
<style>
a { background-color: #295103; }
a { background-color: rgb(41,81,3); }
div.DivClassName
{
background-color: #295103;
}
.BgClassName
{
background-color: #295103;
}
</style>
border-color css
<style>
span { border-color: #295103; }
span { border-color: rgb(41,81,3); }
td.TdClassName
{
border-color: #295103;
}
.TagClassName
{
border-color: #295103;
}
</style>