Shades of Turtle Green #2D4B0D
Tints of Turtle Green #2D4B0D
RGB
CMYK
RGB Variations
Color information
#2D4B0D (or 0x2D4B0D) is known color: Turtle Green. HEX triplet: 2D, 4B and 0D. RGB value is (45,75,13). Sum of RGB (Red+Green+Blue) = 45+75+13=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B0D is #D2B4F2. Grayscale: #3B3B3B. Windows color (decimal): -13808883 or 871213. OLE color: 871213.
HSL color Cylindrical-coordinate representation of color #2D4B0D: hue angle of 89.03º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D4B0D is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 13 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.71 |
| HSL | 89.03º | 0.7% | 0.17% | - |
| HSV(B) | 89.03º | 0.83% | 0.29% | - |
| XYZ | 3.67 | 5.62 | 1.27 | - |
| YUV | 58.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 13 | 0.40 | 0 | 0.83 | 0.71 | 89.03 | 0.7 | 0.17 |
| Hex | 2D | 4B | D | 28 | 0 | 53 | 47 | 59 | 46 | 11 |
| Octal | 55 | 113 | 15 | 50 | 0 | 123 | 107 | 131 | 106 | 21 |
| Binary | 101101 | 1001011 | 1101 | 101000 | 0 | 1010011 | 1000111 | 1011001 | 1000110 | 10001 |
Color Harmonies of #2D4B0D
Complementary color
Monochromatic Colors of #2D4B0D
Black with #2D4B0D
Text Example
Text Example
White with #2D4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B0D; }
p { color: rgb(45,75,13); }
H1.HeaderClassName
{
color: #2D4B0D;
}
.AnyTagClassName
{
color: #2D4B0D;
}
</style>
background-color css
<style>
a { background-color: #2D4B0D; }
a { background-color: rgb(45,75,13); }
div.DivClassName
{
background-color: #2D4B0D;
}
.BgClassName
{
background-color: #2D4B0D;
}
</style>
border-color css
<style>
span { border-color: #2D4B0D; }
span { border-color: rgb(45,75,13); }
td.TdClassName
{
border-color: #2D4B0D;
}
.TagClassName
{
border-color: #2D4B0D;
}
</style>