Shades of Turtle Green #2D340A
Tints of Turtle Green #2D340A
RGB
CMYK
RGB Variations
Color information
#2D340A (or 0x2D340A) is known color: Turtle Green. HEX triplet: 2D, 34 and 0A. RGB value is (45,52,10). Sum of RGB (Red+Green+Blue) = 45+52+10=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #2D340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D340A is #D2CBF5. Grayscale: #2D2D2D. Windows color (decimal): -13814774 or 668717. OLE color: 668717.
HSL color Cylindrical-coordinate representation of color #2D340A: hue angle of 70º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D340A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 10 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.80 |
| HSL | 70º | 0.68% | 0.12% | - |
| HSV(B) | 70º | 0.81% | 0.2% | - |
| XYZ | 2.36 | 3.04 | 0.75 | - |
| YUV | 45.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 10 | 0.13 | 0 | 0.81 | 0.80 | 70 | 0.68 | 0.12 |
| Hex | 2D | 34 | A | D | 0 | 51 | 50 | 46 | 44 | C |
| Octal | 55 | 64 | 12 | 15 | 0 | 121 | 120 | 106 | 104 | 14 |
| Binary | 101101 | 110100 | 1010 | 1101 | 0 | 1010001 | 1010000 | 1000110 | 1000100 | 1100 |
Color Harmonies of #2D340A
Complementary color
Monochromatic Colors of #2D340A
Black with #2D340A
Text Example
Text Example
White with #2D340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D340A; }
p { color: rgb(45,52,10); }
H1.HeaderClassName
{
color: #2D340A;
}
.AnyTagClassName
{
color: #2D340A;
}
</style>
background-color css
<style>
a { background-color: #2D340A; }
a { background-color: rgb(45,52,10); }
div.DivClassName
{
background-color: #2D340A;
}
.BgClassName
{
background-color: #2D340A;
}
</style>
border-color css
<style>
span { border-color: #2D340A; }
span { border-color: rgb(45,52,10); }
td.TdClassName
{
border-color: #2D340A;
}
.TagClassName
{
border-color: #2D340A;
}
</style>