Shades of Turtle Green #2D4001
Tints of Turtle Green #2D4001
RGB
CMYK
RGB Variations
Color information
#2D4001 (or 0x2D4001) is known color: Turtle Green. HEX triplet: 2D, 40 and 01. RGB value is (45,64,1). Sum of RGB (Red+Green+Blue) = 45+64+1=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4001 is #D2BFFE. Grayscale: #333333. Windows color (decimal): -13811711 or 81965. OLE color: 81965.
HSL color Cylindrical-coordinate representation of color #2D4001: hue angle of 78.1º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D4001 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 1 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.75 |
| HSL | 78.1º | 0.97% | 0.13% | - |
| HSV(B) | 78.1º | 0.98% | 0.25% | - |
| XYZ | 2.92 | 4.23 | 0.69 | - |
| YUV | 51.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 1 | 0.30 | 0 | 0.98 | 0.75 | 78.1 | 0.97 | 0.13 |
| Hex | 2D | 40 | 1 | 1E | 0 | 62 | 4B | 4E | 61 | D |
| Octal | 55 | 100 | 1 | 36 | 0 | 142 | 113 | 116 | 141 | 15 |
| Binary | 101101 | 1000000 | 1 | 11110 | 0 | 1100010 | 1001011 | 1001110 | 1100001 | 1101 |
Color Harmonies of #2D4001
Complementary color
Monochromatic Colors of #2D4001
Black with #2D4001
Text Example
Text Example
White with #2D4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4001; }
p { color: rgb(45,64,1); }
H1.HeaderClassName
{
color: #2D4001;
}
.AnyTagClassName
{
color: #2D4001;
}
</style>
background-color css
<style>
a { background-color: #2D4001; }
a { background-color: rgb(45,64,1); }
div.DivClassName
{
background-color: #2D4001;
}
.BgClassName
{
background-color: #2D4001;
}
</style>
border-color css
<style>
span { border-color: #2D4001; }
span { border-color: rgb(45,64,1); }
td.TdClassName
{
border-color: #2D4001;
}
.TagClassName
{
border-color: #2D4001;
}
</style>