Shades of Turtle Green #2D420D
Tints of Turtle Green #2D420D
RGB
CMYK
RGB Variations
Color information
#2D420D (or 0x2D420D) is known color: Turtle Green. HEX triplet: 2D, 42 and 0D. RGB value is (45,66,13). Sum of RGB (Red+Green+Blue) = 45+66+13=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #2D420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D420D is #D2BDF2. Grayscale: #353535. Windows color (decimal): -13811187 or 868909. OLE color: 868909.
HSL color Cylindrical-coordinate representation of color #2D420D: hue angle of 83.77º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D420D is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 13 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.74 |
| HSL | 83.77º | 0.67% | 0.15% | - |
| HSV(B) | 83.77º | 0.8% | 0.26% | - |
| XYZ | 3.1 | 4.48 | 1.08 | - |
| YUV | 53.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 13 | 0.32 | 0 | 0.80 | 0.74 | 83.77 | 0.67 | 0.15 |
| Hex | 2D | 42 | D | 20 | 0 | 50 | 4A | 54 | 43 | F |
| Octal | 55 | 102 | 15 | 40 | 0 | 120 | 112 | 124 | 103 | 17 |
| Binary | 101101 | 1000010 | 1101 | 100000 | 0 | 1010000 | 1001010 | 1010100 | 1000011 | 1111 |
Color Harmonies of #2D420D
Complementary color
Monochromatic Colors of #2D420D
Black with #2D420D
Text Example
Text Example
White with #2D420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D420D; }
p { color: rgb(45,66,13); }
H1.HeaderClassName
{
color: #2D420D;
}
.AnyTagClassName
{
color: #2D420D;
}
</style>
background-color css
<style>
a { background-color: #2D420D; }
a { background-color: rgb(45,66,13); }
div.DivClassName
{
background-color: #2D420D;
}
.BgClassName
{
background-color: #2D420D;
}
</style>
border-color css
<style>
span { border-color: #2D420D; }
span { border-color: rgb(45,66,13); }
td.TdClassName
{
border-color: #2D420D;
}
.TagClassName
{
border-color: #2D420D;
}
</style>