Shades of Turtle Green #2A450D
Tints of Turtle Green #2A450D
RGB
CMYK
RGB Variations
Color information
#2A450D (or 0x2A450D) is known color: Turtle Green. HEX triplet: 2A, 45 and 0D. RGB value is (42,69,13). Sum of RGB (Red+Green+Blue) = 42+69+13=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #2A450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A450D is #D5BAF2. Grayscale: #363636. Windows color (decimal): -14007027 or 869674. OLE color: 869674.
HSL color Cylindrical-coordinate representation of color #2A450D: hue angle of 88.93º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A450D is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 13 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.73 |
| HSL | 88.93º | 0.68% | 0.16% | - |
| HSV(B) | 88.93º | 0.81% | 0.27% | - |
| XYZ | 3.16 | 4.78 | 1.14 | - |
| YUV | 54.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 13 | 0.39 | 0 | 0.81 | 0.73 | 88.93 | 0.68 | 0.16 |
| Hex | 2A | 45 | D | 27 | 0 | 51 | 49 | 59 | 44 | 10 |
| Octal | 52 | 105 | 15 | 47 | 0 | 121 | 111 | 131 | 104 | 20 |
| Binary | 101010 | 1000101 | 1101 | 100111 | 0 | 1010001 | 1001001 | 1011001 | 1000100 | 10000 |
Color Harmonies of #2A450D
Complementary color
Monochromatic Colors of #2A450D
Black with #2A450D
Text Example
Text Example
White with #2A450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A450D; }
p { color: rgb(42,69,13); }
H1.HeaderClassName
{
color: #2A450D;
}
.AnyTagClassName
{
color: #2A450D;
}
</style>
background-color css
<style>
a { background-color: #2A450D; }
a { background-color: rgb(42,69,13); }
div.DivClassName
{
background-color: #2A450D;
}
.BgClassName
{
background-color: #2A450D;
}
</style>
border-color css
<style>
span { border-color: #2A450D; }
span { border-color: rgb(42,69,13); }
td.TdClassName
{
border-color: #2A450D;
}
.TagClassName
{
border-color: #2A450D;
}
</style>