Shades of Turtle Green #2D3103
Tints of Turtle Green #2D3103
RGB
CMYK
RGB Variations
Color information
#2D3103 (or 0x2D3103) is known color: Turtle Green. HEX triplet: 2D, 31 and 03. RGB value is (45,49,3). Sum of RGB (Red+Green+Blue) = 45+49+3=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3103 is #D2CEFC. Grayscale: #2A2A2A. Windows color (decimal): -13815549 or 209197. OLE color: 209197.
HSL color Cylindrical-coordinate representation of color #2D3103: hue angle of 65.22º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D3103 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 3 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.81 |
| HSL | 65.22º | 0.88% | 0.1% | - |
| HSV(B) | 65.22º | 0.94% | 0.19% | - |
| XYZ | 2.2 | 2.76 | 0.5 | - |
| YUV | 42.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 3 | 0.08 | 0 | 0.94 | 0.81 | 65.22 | 0.88 | 0.1 |
| Hex | 2D | 31 | 3 | 8 | 0 | 5E | 51 | 41 | 58 | A |
| Octal | 55 | 61 | 3 | 10 | 0 | 136 | 121 | 101 | 130 | 12 |
| Binary | 101101 | 110001 | 11 | 1000 | 0 | 1011110 | 1010001 | 1000001 | 1011000 | 1010 |
Color Harmonies of #2D3103
Complementary color
Monochromatic Colors of #2D3103
Black with #2D3103
Text Example
Text Example
White with #2D3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3103; }
p { color: rgb(45,49,3); }
H1.HeaderClassName
{
color: #2D3103;
}
.AnyTagClassName
{
color: #2D3103;
}
</style>
background-color css
<style>
a { background-color: #2D3103; }
a { background-color: rgb(45,49,3); }
div.DivClassName
{
background-color: #2D3103;
}
.BgClassName
{
background-color: #2D3103;
}
</style>
border-color css
<style>
span { border-color: #2D3103; }
span { border-color: rgb(45,49,3); }
td.TdClassName
{
border-color: #2D3103;
}
.TagClassName
{
border-color: #2D3103;
}
</style>