Shades of Turtle Green #2D420C
Tints of Turtle Green #2D420C
RGB
CMYK
RGB Variations
Color information
#2D420C (or 0x2D420C) is known color: Turtle Green. HEX triplet: 2D, 42 and 0C. RGB value is (45,66,12). Sum of RGB (Red+Green+Blue) = 45+66+12=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #2D420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D420C is #D2BDF3. Grayscale: #353535. Windows color (decimal): -13811188 or 803373. OLE color: 803373.
HSL color Cylindrical-coordinate representation of color #2D420C: hue angle of 83.33º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D420C is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 12 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.74 |
| HSL | 83.33º | 0.69% | 0.15% | - |
| HSV(B) | 83.33º | 0.82% | 0.26% | - |
| XYZ | 3.1 | 4.48 | 1.05 | - |
| YUV | 53.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 12 | 0.32 | 0 | 0.82 | 0.74 | 83.33 | 0.69 | 0.15 |
| Hex | 2D | 42 | C | 20 | 0 | 52 | 4A | 53 | 45 | F |
| Octal | 55 | 102 | 14 | 40 | 0 | 122 | 112 | 123 | 105 | 17 |
| Binary | 101101 | 1000010 | 1100 | 100000 | 0 | 1010010 | 1001010 | 1010011 | 1000101 | 1111 |
Color Harmonies of #2D420C
Complementary color
Monochromatic Colors of #2D420C
Black with #2D420C
Text Example
Text Example
White with #2D420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D420C; }
p { color: rgb(45,66,12); }
H1.HeaderClassName
{
color: #2D420C;
}
.AnyTagClassName
{
color: #2D420C;
}
</style>
background-color css
<style>
a { background-color: #2D420C; }
a { background-color: rgb(45,66,12); }
div.DivClassName
{
background-color: #2D420C;
}
.BgClassName
{
background-color: #2D420C;
}
</style>
border-color css
<style>
span { border-color: #2D420C; }
span { border-color: rgb(45,66,12); }
td.TdClassName
{
border-color: #2D420C;
}
.TagClassName
{
border-color: #2D420C;
}
</style>