Shades of Turtle Green #2D4B0B
Tints of Turtle Green #2D4B0B
RGB
CMYK
RGB Variations
Color information
#2D4B0B (or 0x2D4B0B) is known color: Turtle Green. HEX triplet: 2D, 4B and 0B. RGB value is (45,75,11). Sum of RGB (Red+Green+Blue) = 45+75+11=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B0B is #D2B4F4. Grayscale: #3A3A3A. Windows color (decimal): -13808885 or 740141. OLE color: 740141.
HSL color Cylindrical-coordinate representation of color #2D4B0B: hue angle of 88.12º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D4B0B is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 11 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.71 |
| HSL | 88.13º | 0.74% | 0.17% | - |
| HSV(B) | 88.13º | 0.85% | 0.29% | - |
| XYZ | 3.66 | 5.61 | 1.21 | - |
| YUV | 58.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 11 | 0.40 | 0 | 0.85 | 0.71 | 88.13 | 0.74 | 0.17 |
| Hex | 2D | 4B | B | 28 | 0 | 55 | 47 | 58 | 4A | 11 |
| Octal | 55 | 113 | 13 | 50 | 0 | 125 | 107 | 130 | 112 | 21 |
| Binary | 101101 | 1001011 | 1011 | 101000 | 0 | 1010101 | 1000111 | 1011000 | 1001010 | 10001 |
Color Harmonies of #2D4B0B
Complementary color
Monochromatic Colors of #2D4B0B
Black with #2D4B0B
Text Example
Text Example
White with #2D4B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B0B; }
p { color: rgb(45,75,11); }
H1.HeaderClassName
{
color: #2D4B0B;
}
.AnyTagClassName
{
color: #2D4B0B;
}
</style>
background-color css
<style>
a { background-color: #2D4B0B; }
a { background-color: rgb(45,75,11); }
div.DivClassName
{
background-color: #2D4B0B;
}
.BgClassName
{
background-color: #2D4B0B;
}
</style>
border-color css
<style>
span { border-color: #2D4B0B; }
span { border-color: rgb(45,75,11); }
td.TdClassName
{
border-color: #2D4B0B;
}
.TagClassName
{
border-color: #2D4B0B;
}
</style>