Shades of Turtle Green #2D3B01
Tints of Turtle Green #2D3B01
RGB
CMYK
RGB Variations
Color information
#2D3B01 (or 0x2D3B01) is known color: Turtle Green. HEX triplet: 2D, 3B and 01. RGB value is (45,59,1). Sum of RGB (Red+Green+Blue) = 45+59+1=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3B01 is #D2C4FE. Grayscale: #303030. Windows color (decimal): -13812991 or 80685. OLE color: 80685.
HSL color Cylindrical-coordinate representation of color #2D3B01: hue angle of 74.48º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D3B01 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 1 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.77 |
| HSL | 74.48º | 0.97% | 0.12% | - |
| HSV(B) | 74.48º | 0.98% | 0.23% | - |
| XYZ | 2.65 | 3.69 | 0.6 | - |
| YUV | 48.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 1 | 0.24 | 0 | 0.98 | 0.77 | 74.48 | 0.97 | 0.12 |
| Hex | 2D | 3B | 1 | 18 | 0 | 62 | 4D | 4A | 61 | C |
| Octal | 55 | 73 | 1 | 30 | 0 | 142 | 115 | 112 | 141 | 14 |
| Binary | 101101 | 111011 | 1 | 11000 | 0 | 1100010 | 1001101 | 1001010 | 1100001 | 1100 |
Color Harmonies of #2D3B01
Complementary color
Monochromatic Colors of #2D3B01
Black with #2D3B01
Text Example
Text Example
White with #2D3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B01; }
p { color: rgb(45,59,1); }
H1.HeaderClassName
{
color: #2D3B01;
}
.AnyTagClassName
{
color: #2D3B01;
}
</style>
background-color css
<style>
a { background-color: #2D3B01; }
a { background-color: rgb(45,59,1); }
div.DivClassName
{
background-color: #2D3B01;
}
.BgClassName
{
background-color: #2D3B01;
}
</style>
border-color css
<style>
span { border-color: #2D3B01; }
span { border-color: rgb(45,59,1); }
td.TdClassName
{
border-color: #2D3B01;
}
.TagClassName
{
border-color: #2D3B01;
}
</style>