Shades of Turtle Green #2D3D01
Tints of Turtle Green #2D3D01
RGB
CMYK
RGB Variations
Color information
#2D3D01 (or 0x2D3D01) is known color: Turtle Green. HEX triplet: 2D, 3D and 01. RGB value is (45,61,1). Sum of RGB (Red+Green+Blue) = 45+61+1=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D01 is #D2C2FE. Grayscale: #313131. Windows color (decimal): -13812479 or 81197. OLE color: 81197.
HSL color Cylindrical-coordinate representation of color #2D3D01: hue angle of 76º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D3D01 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 1 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.76 |
| HSL | 76º | 0.97% | 0.12% | - |
| HSV(B) | 76º | 0.98% | 0.24% | - |
| XYZ | 2.76 | 3.9 | 0.64 | - |
| YUV | 49.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 1 | 0.26 | 0 | 0.98 | 0.76 | 76 | 0.97 | 0.12 |
| Hex | 2D | 3D | 1 | 1A | 0 | 62 | 4C | 4C | 61 | C |
| Octal | 55 | 75 | 1 | 32 | 0 | 142 | 114 | 114 | 141 | 14 |
| Binary | 101101 | 111101 | 1 | 11010 | 0 | 1100010 | 1001100 | 1001100 | 1100001 | 1100 |
Color Harmonies of #2D3D01
Complementary color
Monochromatic Colors of #2D3D01
Black with #2D3D01
Text Example
Text Example
White with #2D3D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D01; }
p { color: rgb(45,61,1); }
H1.HeaderClassName
{
color: #2D3D01;
}
.AnyTagClassName
{
color: #2D3D01;
}
</style>
background-color css
<style>
a { background-color: #2D3D01; }
a { background-color: rgb(45,61,1); }
div.DivClassName
{
background-color: #2D3D01;
}
.BgClassName
{
background-color: #2D3D01;
}
</style>
border-color css
<style>
span { border-color: #2D3D01; }
span { border-color: rgb(45,61,1); }
td.TdClassName
{
border-color: #2D3D01;
}
.TagClassName
{
border-color: #2D3D01;
}
</style>