Shades of Turtle Green #2D4A0F
Tints of Turtle Green #2D4A0F
RGB
CMYK
RGB Variations
Color information
#2D4A0F (or 0x2D4A0F) is known color: Turtle Green. HEX triplet: 2D, 4A and 0F. RGB value is (45,74,15). Sum of RGB (Red+Green+Blue) = 45+74+15=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4A0F is #D2B5F0. Grayscale: #3A3A3A. Windows color (decimal): -13809137 or 1002029. OLE color: 1002029.
HSL color Cylindrical-coordinate representation of color #2D4A0F: hue angle of 89.49º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D4A0F is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 15 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.71 |
| HSL | 89.49º | 0.66% | 0.17% | - |
| HSV(B) | 89.49º | 0.8% | 0.29% | - |
| XYZ | 3.62 | 5.49 | 1.32 | - |
| YUV | 58.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 15 | 0.39 | 0 | 0.80 | 0.71 | 89.49 | 0.66 | 0.17 |
| Hex | 2D | 4A | F | 27 | 0 | 50 | 47 | 59 | 42 | 11 |
| Octal | 55 | 112 | 17 | 47 | 0 | 120 | 107 | 131 | 102 | 21 |
| Binary | 101101 | 1001010 | 1111 | 100111 | 0 | 1010000 | 1000111 | 1011001 | 1000010 | 10001 |
Color Harmonies of #2D4A0F
Complementary color
Monochromatic Colors of #2D4A0F
Black with #2D4A0F
Text Example
Text Example
White with #2D4A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A0F; }
p { color: rgb(45,74,15); }
H1.HeaderClassName
{
color: #2D4A0F;
}
.AnyTagClassName
{
color: #2D4A0F;
}
</style>
background-color css
<style>
a { background-color: #2D4A0F; }
a { background-color: rgb(45,74,15); }
div.DivClassName
{
background-color: #2D4A0F;
}
.BgClassName
{
background-color: #2D4A0F;
}
</style>
border-color css
<style>
span { border-color: #2D4A0F; }
span { border-color: rgb(45,74,15); }
td.TdClassName
{
border-color: #2D4A0F;
}
.TagClassName
{
border-color: #2D4A0F;
}
</style>