Shades of Turtle Green #2D4B0C
Tints of Turtle Green #2D4B0C
RGB
CMYK
RGB Variations
Color information
#2D4B0C (or 0x2D4B0C) is known color: Turtle Green. HEX triplet: 2D, 4B and 0C. RGB value is (45,75,12). Sum of RGB (Red+Green+Blue) = 45+75+12=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B0C is #D2B4F3. Grayscale: #3B3B3B. Windows color (decimal): -13808884 or 805677. OLE color: 805677.
HSL color Cylindrical-coordinate representation of color #2D4B0C: hue angle of 88.57º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D4B0C is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 12 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.71 |
| HSL | 88.57º | 0.72% | 0.17% | - |
| HSV(B) | 88.57º | 0.84% | 0.29% | - |
| XYZ | 3.66 | 5.62 | 1.24 | - |
| YUV | 58.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 12 | 0.40 | 0 | 0.84 | 0.71 | 88.57 | 0.72 | 0.17 |
| Hex | 2D | 4B | C | 28 | 0 | 54 | 47 | 59 | 48 | 11 |
| Octal | 55 | 113 | 14 | 50 | 0 | 124 | 107 | 131 | 110 | 21 |
| Binary | 101101 | 1001011 | 1100 | 101000 | 0 | 1010100 | 1000111 | 1011001 | 1001000 | 10001 |
Color Harmonies of #2D4B0C
Complementary color
Monochromatic Colors of #2D4B0C
Black with #2D4B0C
Text Example
Text Example
White with #2D4B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B0C; }
p { color: rgb(45,75,12); }
H1.HeaderClassName
{
color: #2D4B0C;
}
.AnyTagClassName
{
color: #2D4B0C;
}
</style>
background-color css
<style>
a { background-color: #2D4B0C; }
a { background-color: rgb(45,75,12); }
div.DivClassName
{
background-color: #2D4B0C;
}
.BgClassName
{
background-color: #2D4B0C;
}
</style>
border-color css
<style>
span { border-color: #2D4B0C; }
span { border-color: rgb(45,75,12); }
td.TdClassName
{
border-color: #2D4B0C;
}
.TagClassName
{
border-color: #2D4B0C;
}
</style>