Shades of Turtle Green #2D3F01
Tints of Turtle Green #2D3F01
RGB
CMYK
RGB Variations
Color information
#2D3F01 (or 0x2D3F01) is known color: Turtle Green. HEX triplet: 2D, 3F and 01. RGB value is (45,63,1). Sum of RGB (Red+Green+Blue) = 45+63+1=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F01 is #D2C0FE. Grayscale: #323232. Windows color (decimal): -13811967 or 81709. OLE color: 81709.
HSL color Cylindrical-coordinate representation of color #2D3F01: hue angle of 77.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D3F01 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 1 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.75 |
| HSL | 77.42º | 0.97% | 0.13% | - |
| HSV(B) | 77.42º | 0.98% | 0.25% | - |
| XYZ | 2.87 | 4.12 | 0.67 | - |
| YUV | 50.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 1 | 0.29 | 0 | 0.98 | 0.75 | 77.42 | 0.97 | 0.13 |
| Hex | 2D | 3F | 1 | 1D | 0 | 62 | 4B | 4D | 61 | D |
| Octal | 55 | 77 | 1 | 35 | 0 | 142 | 113 | 115 | 141 | 15 |
| Binary | 101101 | 111111 | 1 | 11101 | 0 | 1100010 | 1001011 | 1001101 | 1100001 | 1101 |
Color Harmonies of #2D3F01
Complementary color
Monochromatic Colors of #2D3F01
Black with #2D3F01
Text Example
Text Example
White with #2D3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F01; }
p { color: rgb(45,63,1); }
H1.HeaderClassName
{
color: #2D3F01;
}
.AnyTagClassName
{
color: #2D3F01;
}
</style>
background-color css
<style>
a { background-color: #2D3F01; }
a { background-color: rgb(45,63,1); }
div.DivClassName
{
background-color: #2D3F01;
}
.BgClassName
{
background-color: #2D3F01;
}
</style>
border-color css
<style>
span { border-color: #2D3F01; }
span { border-color: rgb(45,63,1); }
td.TdClassName
{
border-color: #2D3F01;
}
.TagClassName
{
border-color: #2D3F01;
}
</style>