Shades of Turtle Green #2D4B09
Tints of Turtle Green #2D4B09
RGB
CMYK
RGB Variations
Color information
#2D4B09 (or 0x2D4B09) is known color: Turtle Green. HEX triplet: 2D, 4B and 09. RGB value is (45,75,9). Sum of RGB (Red+Green+Blue) = 45+75+9=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B09 is #D2B4F6. Grayscale: #3A3A3A. Windows color (decimal): -13808887 or 609069. OLE color: 609069.
HSL color Cylindrical-coordinate representation of color #2D4B09: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D4B09 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 9 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.71 |
| HSL | 87.27º | 0.79% | 0.16% | - |
| HSV(B) | 87.27º | 0.88% | 0.29% | - |
| XYZ | 3.65 | 5.61 | 1.15 | - |
| YUV | 58.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 9 | 0.40 | 0 | 0.88 | 0.71 | 87.27 | 0.79 | 0.16 |
| Hex | 2D | 4B | 9 | 28 | 0 | 58 | 47 | 57 | 4F | 10 |
| Octal | 55 | 113 | 11 | 50 | 0 | 130 | 107 | 127 | 117 | 20 |
| Binary | 101101 | 1001011 | 1001 | 101000 | 0 | 1011000 | 1000111 | 1010111 | 1001111 | 10000 |
Color Harmonies of #2D4B09
Complementary color
Monochromatic Colors of #2D4B09
Black with #2D4B09
Text Example
Text Example
White with #2D4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B09; }
p { color: rgb(45,75,9); }
H1.HeaderClassName
{
color: #2D4B09;
}
.AnyTagClassName
{
color: #2D4B09;
}
</style>
background-color css
<style>
a { background-color: #2D4B09; }
a { background-color: rgb(45,75,9); }
div.DivClassName
{
background-color: #2D4B09;
}
.BgClassName
{
background-color: #2D4B09;
}
</style>
border-color css
<style>
span { border-color: #2D4B09; }
span { border-color: rgb(45,75,9); }
td.TdClassName
{
border-color: #2D4B09;
}
.TagClassName
{
border-color: #2D4B09;
}
</style>