Shades of Turtle Green #2D4202
Tints of Turtle Green #2D4202
RGB
CMYK
RGB Variations
Color information
#2D4202 (or 0x2D4202) is known color: Turtle Green. HEX triplet: 2D, 42 and 02. RGB value is (45,66,2). Sum of RGB (Red+Green+Blue) = 45+66+2=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4202 is #D2BDFD. Grayscale: #343434. Windows color (decimal): -13811198 or 148013. OLE color: 148013.
HSL color Cylindrical-coordinate representation of color #2D4202: hue angle of 79.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D4202 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 2 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.74 |
| HSL | 79.69º | 0.94% | 0.13% | - |
| HSV(B) | 79.69º | 0.97% | 0.26% | - |
| XYZ | 3.04 | 4.46 | 0.76 | - |
| YUV | 52.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 2 | 0.32 | 0 | 0.97 | 0.74 | 79.69 | 0.94 | 0.13 |
| Hex | 2D | 42 | 2 | 20 | 0 | 61 | 4A | 50 | 5E | D |
| Octal | 55 | 102 | 2 | 40 | 0 | 141 | 112 | 120 | 136 | 15 |
| Binary | 101101 | 1000010 | 10 | 100000 | 0 | 1100001 | 1001010 | 1010000 | 1011110 | 1101 |
Color Harmonies of #2D4202
Complementary color
Monochromatic Colors of #2D4202
Black with #2D4202
Text Example
Text Example
White with #2D4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4202; }
p { color: rgb(45,66,2); }
H1.HeaderClassName
{
color: #2D4202;
}
.AnyTagClassName
{
color: #2D4202;
}
</style>
background-color css
<style>
a { background-color: #2D4202; }
a { background-color: rgb(45,66,2); }
div.DivClassName
{
background-color: #2D4202;
}
.BgClassName
{
background-color: #2D4202;
}
</style>
border-color css
<style>
span { border-color: #2D4202; }
span { border-color: rgb(45,66,2); }
td.TdClassName
{
border-color: #2D4202;
}
.TagClassName
{
border-color: #2D4202;
}
</style>