Shades of Turtle Green #2D3C04
Tints of Turtle Green #2D3C04
RGB
CMYK
RGB Variations
Color information
#2D3C04 (or 0x2D3C04) is known color: Turtle Green. HEX triplet: 2D, 3C and 04. RGB value is (45,60,4). Sum of RGB (Red+Green+Blue) = 45+60+4=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C04 is #D2C3FB. Grayscale: #313131. Windows color (decimal): -13812732 or 277549. OLE color: 277549.
HSL color Cylindrical-coordinate representation of color #2D3C04: hue angle of 76.07º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D3C04 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 4 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.76 |
| HSL | 76.07º | 0.88% | 0.13% | - |
| HSV(B) | 76.07º | 0.93% | 0.24% | - |
| XYZ | 2.72 | 3.8 | 0.7 | - |
| YUV | 49.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 4 | 0.25 | 0 | 0.93 | 0.76 | 76.07 | 0.88 | 0.13 |
| Hex | 2D | 3C | 4 | 19 | 0 | 5D | 4C | 4C | 58 | D |
| Octal | 55 | 74 | 4 | 31 | 0 | 135 | 114 | 114 | 130 | 15 |
| Binary | 101101 | 111100 | 100 | 11001 | 0 | 1011101 | 1001100 | 1001100 | 1011000 | 1101 |
Color Harmonies of #2D3C04
Complementary color
Monochromatic Colors of #2D3C04
Black with #2D3C04
Text Example
Text Example
White with #2D3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C04; }
p { color: rgb(45,60,4); }
H1.HeaderClassName
{
color: #2D3C04;
}
.AnyTagClassName
{
color: #2D3C04;
}
</style>
background-color css
<style>
a { background-color: #2D3C04; }
a { background-color: rgb(45,60,4); }
div.DivClassName
{
background-color: #2D3C04;
}
.BgClassName
{
background-color: #2D3C04;
}
</style>
border-color css
<style>
span { border-color: #2D3C04; }
span { border-color: rgb(45,60,4); }
td.TdClassName
{
border-color: #2D3C04;
}
.TagClassName
{
border-color: #2D3C04;
}
</style>