Shades of Turtle Green #2D3D02
Tints of Turtle Green #2D3D02
RGB
CMYK
RGB Variations
Color information
#2D3D02 (or 0x2D3D02) is known color: Turtle Green. HEX triplet: 2D, 3D and 02. RGB value is (45,61,2). Sum of RGB (Red+Green+Blue) = 45+61+2=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D02 is #D2C2FD. Grayscale: #313131. Windows color (decimal): -13812478 or 146733. OLE color: 146733.
HSL color Cylindrical-coordinate representation of color #2D3D02: hue angle of 76.27º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D3D02 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 2 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.76 |
| HSL | 76.27º | 0.94% | 0.12% | - |
| HSV(B) | 76.27º | 0.97% | 0.24% | - |
| XYZ | 2.76 | 3.9 | 0.66 | - |
| YUV | 49.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 2 | 0.26 | 0 | 0.97 | 0.76 | 76.27 | 0.94 | 0.12 |
| Hex | 2D | 3D | 2 | 1A | 0 | 61 | 4C | 4C | 5E | C |
| Octal | 55 | 75 | 2 | 32 | 0 | 141 | 114 | 114 | 136 | 14 |
| Binary | 101101 | 111101 | 10 | 11010 | 0 | 1100001 | 1001100 | 1001100 | 1011110 | 1100 |
Color Harmonies of #2D3D02
Complementary color
Monochromatic Colors of #2D3D02
Black with #2D3D02
Text Example
Text Example
White with #2D3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D02; }
p { color: rgb(45,61,2); }
H1.HeaderClassName
{
color: #2D3D02;
}
.AnyTagClassName
{
color: #2D3D02;
}
</style>
background-color css
<style>
a { background-color: #2D3D02; }
a { background-color: rgb(45,61,2); }
div.DivClassName
{
background-color: #2D3D02;
}
.BgClassName
{
background-color: #2D3D02;
}
</style>
border-color css
<style>
span { border-color: #2D3D02; }
span { border-color: rgb(45,61,2); }
td.TdClassName
{
border-color: #2D3D02;
}
.TagClassName
{
border-color: #2D3D02;
}
</style>