Shades of Turtle Green #2D5301
Tints of Turtle Green #2D5301
RGB
CMYK
RGB Variations
Color information
#2D5301 (or 0x2D5301) is known color: Turtle Green. HEX triplet: 2D, 53 and 01. RGB value is (45,83,1). Sum of RGB (Red+Green+Blue) = 45+83+1=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5301 is #D2ACFE. Grayscale: #3E3E3E. Windows color (decimal): -13806847 or 86829. OLE color: 86829.
HSL color Cylindrical-coordinate representation of color #2D5301: hue angle of 87.8º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D5301 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.67 |
| HSL | 87.8º | 0.98% | 0.16% | - |
| HSV(B) | 87.8º | 0.99% | 0.33% | - |
| XYZ | 4.18 | 6.75 | 1.11 | - |
| YUV | 62.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 1 | 0.46 | 0 | 0.99 | 0.67 | 87.8 | 0.98 | 0.16 |
| Hex | 2D | 53 | 1 | 2E | 0 | 63 | 43 | 58 | 62 | 10 |
| Octal | 55 | 123 | 1 | 56 | 0 | 143 | 103 | 130 | 142 | 20 |
| Binary | 101101 | 1010011 | 1 | 101110 | 0 | 1100011 | 1000011 | 1011000 | 1100010 | 10000 |
Color Harmonies of #2D5301
Complementary color
Monochromatic Colors of #2D5301
Black with #2D5301
Text Example
Text Example
White with #2D5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5301; }
p { color: rgb(45,83,1); }
H1.HeaderClassName
{
color: #2D5301;
}
.AnyTagClassName
{
color: #2D5301;
}
</style>
background-color css
<style>
a { background-color: #2D5301; }
a { background-color: rgb(45,83,1); }
div.DivClassName
{
background-color: #2D5301;
}
.BgClassName
{
background-color: #2D5301;
}
</style>
border-color css
<style>
span { border-color: #2D5301; }
span { border-color: rgb(45,83,1); }
td.TdClassName
{
border-color: #2D5301;
}
.TagClassName
{
border-color: #2D5301;
}
</style>