Shades of Turtle Green #2D3D03
Tints of Turtle Green #2D3D03
RGB
CMYK
RGB Variations
Color information
#2D3D03 (or 0x2D3D03) is known color: Turtle Green. HEX triplet: 2D, 3D and 03. RGB value is (45,61,3). Sum of RGB (Red+Green+Blue) = 45+61+3=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D03 is #D2C2FC. Grayscale: #313131. Windows color (decimal): -13812477 or 212269. OLE color: 212269.
HSL color Cylindrical-coordinate representation of color #2D3D03: hue angle of 76.55º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D3D03 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 3 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.76 |
| HSL | 76.55º | 0.91% | 0.13% | - |
| HSV(B) | 76.55º | 0.95% | 0.24% | - |
| XYZ | 2.77 | 3.9 | 0.69 | - |
| YUV | 49.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 3 | 0.26 | 0 | 0.95 | 0.76 | 76.55 | 0.91 | 0.13 |
| Hex | 2D | 3D | 3 | 1A | 0 | 5F | 4C | 4D | 5B | D |
| Octal | 55 | 75 | 3 | 32 | 0 | 137 | 114 | 115 | 133 | 15 |
| Binary | 101101 | 111101 | 11 | 11010 | 0 | 1011111 | 1001100 | 1001101 | 1011011 | 1101 |
Color Harmonies of #2D3D03
Complementary color
Monochromatic Colors of #2D3D03
Black with #2D3D03
Text Example
Text Example
White with #2D3D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D03; }
p { color: rgb(45,61,3); }
H1.HeaderClassName
{
color: #2D3D03;
}
.AnyTagClassName
{
color: #2D3D03;
}
</style>
background-color css
<style>
a { background-color: #2D3D03; }
a { background-color: rgb(45,61,3); }
div.DivClassName
{
background-color: #2D3D03;
}
.BgClassName
{
background-color: #2D3D03;
}
</style>
border-color css
<style>
span { border-color: #2D3D03; }
span { border-color: rgb(45,61,3); }
td.TdClassName
{
border-color: #2D3D03;
}
.TagClassName
{
border-color: #2D3D03;
}
</style>