Shades of Turtle Green #2D3603
Tints of Turtle Green #2D3603
RGB
CMYK
RGB Variations
Color information
#2D3603 (or 0x2D3603) is known color: Turtle Green. HEX triplet: 2D, 36 and 03. RGB value is (45,54,3). Sum of RGB (Red+Green+Blue) = 45+54+3=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3603 is #D2C9FC. Grayscale: #2D2D2D. Windows color (decimal): -13814269 or 210477. OLE color: 210477.
HSL color Cylindrical-coordinate representation of color #2D3603: hue angle of 70.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D3603 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 54 | 3 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.79 |
| HSL | 70.59º | 0.89% | 0.11% | - |
| HSV(B) | 70.59º | 0.94% | 0.21% | - |
| XYZ | 2.42 | 3.2 | 0.58 | - |
| YUV | 45.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 3 | 0.17 | 0 | 0.94 | 0.79 | 70.59 | 0.89 | 0.11 |
| Hex | 2D | 36 | 3 | 11 | 0 | 5E | 4F | 47 | 59 | B |
| Octal | 55 | 66 | 3 | 21 | 0 | 136 | 117 | 107 | 131 | 13 |
| Binary | 101101 | 110110 | 11 | 10001 | 0 | 1011110 | 1001111 | 1000111 | 1011001 | 1011 |
Color Harmonies of #2D3603
Complementary color
Monochromatic Colors of #2D3603
Black with #2D3603
Text Example
Text Example
White with #2D3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3603; }
p { color: rgb(45,54,3); }
H1.HeaderClassName
{
color: #2D3603;
}
.AnyTagClassName
{
color: #2D3603;
}
</style>
background-color css
<style>
a { background-color: #2D3603; }
a { background-color: rgb(45,54,3); }
div.DivClassName
{
background-color: #2D3603;
}
.BgClassName
{
background-color: #2D3603;
}
</style>
border-color css
<style>
span { border-color: #2D3603; }
span { border-color: rgb(45,54,3); }
td.TdClassName
{
border-color: #2D3603;
}
.TagClassName
{
border-color: #2D3603;
}
</style>