Shades of Turtle Green #2D4002
Tints of Turtle Green #2D4002
RGB
CMYK
RGB Variations
Color information
#2D4002 (or 0x2D4002) is known color: Turtle Green. HEX triplet: 2D, 40 and 02. RGB value is (45,64,2). Sum of RGB (Red+Green+Blue) = 45+64+2=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4002 is #D2BFFD. Grayscale: #333333. Windows color (decimal): -13811710 or 147501. OLE color: 147501.
HSL color Cylindrical-coordinate representation of color #2D4002: hue angle of 78.39º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D4002 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 2 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.75 |
| HSL | 78.39º | 0.94% | 0.13% | - |
| HSV(B) | 78.39º | 0.97% | 0.25% | - |
| XYZ | 2.93 | 4.23 | 0.72 | - |
| YUV | 51.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 2 | 0.30 | 0 | 0.97 | 0.75 | 78.39 | 0.94 | 0.13 |
| Hex | 2D | 40 | 2 | 1E | 0 | 61 | 4B | 4E | 5E | D |
| Octal | 55 | 100 | 2 | 36 | 0 | 141 | 113 | 116 | 136 | 15 |
| Binary | 101101 | 1000000 | 10 | 11110 | 0 | 1100001 | 1001011 | 1001110 | 1011110 | 1101 |
Color Harmonies of #2D4002
Complementary color
Monochromatic Colors of #2D4002
Black with #2D4002
Text Example
Text Example
White with #2D4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4002; }
p { color: rgb(45,64,2); }
H1.HeaderClassName
{
color: #2D4002;
}
.AnyTagClassName
{
color: #2D4002;
}
</style>
background-color css
<style>
a { background-color: #2D4002; }
a { background-color: rgb(45,64,2); }
div.DivClassName
{
background-color: #2D4002;
}
.BgClassName
{
background-color: #2D4002;
}
</style>
border-color css
<style>
span { border-color: #2D4002; }
span { border-color: rgb(45,64,2); }
td.TdClassName
{
border-color: #2D4002;
}
.TagClassName
{
border-color: #2D4002;
}
</style>