Shades of Turtle Green #2D3E04
Tints of Turtle Green #2D3E04
RGB
CMYK
RGB Variations
Color information
#2D3E04 (or 0x2D3E04) is known color: Turtle Green. HEX triplet: 2D, 3E and 04. RGB value is (45,62,4). Sum of RGB (Red+Green+Blue) = 45+62+4=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3E04 is #D2C1FB. Grayscale: #323232. Windows color (decimal): -13812220 or 278061. OLE color: 278061.
HSL color Cylindrical-coordinate representation of color #2D3E04: hue angle of 77.59º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D3E04 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 4 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.76 |
| HSL | 77.59º | 0.88% | 0.13% | - |
| HSV(B) | 77.59º | 0.94% | 0.24% | - |
| XYZ | 2.83 | 4.01 | 0.74 | - |
| YUV | 50.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 4 | 0.27 | 0 | 0.94 | 0.76 | 77.59 | 0.88 | 0.13 |
| Hex | 2D | 3E | 4 | 1B | 0 | 5E | 4C | 4E | 58 | D |
| Octal | 55 | 76 | 4 | 33 | 0 | 136 | 114 | 116 | 130 | 15 |
| Binary | 101101 | 111110 | 100 | 11011 | 0 | 1011110 | 1001100 | 1001110 | 1011000 | 1101 |
Color Harmonies of #2D3E04
Complementary color
Monochromatic Colors of #2D3E04
Black with #2D3E04
Text Example
Text Example
White with #2D3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E04; }
p { color: rgb(45,62,4); }
H1.HeaderClassName
{
color: #2D3E04;
}
.AnyTagClassName
{
color: #2D3E04;
}
</style>
background-color css
<style>
a { background-color: #2D3E04; }
a { background-color: rgb(45,62,4); }
div.DivClassName
{
background-color: #2D3E04;
}
.BgClassName
{
background-color: #2D3E04;
}
</style>
border-color css
<style>
span { border-color: #2D3E04; }
span { border-color: rgb(45,62,4); }
td.TdClassName
{
border-color: #2D3E04;
}
.TagClassName
{
border-color: #2D3E04;
}
</style>