Shades of Turtle Green #2D430A
Tints of Turtle Green #2D430A
RGB
CMYK
RGB Variations
Color information
#2D430A (or 0x2D430A) is known color: Turtle Green. HEX triplet: 2D, 43 and 0A. RGB value is (45,67,10). Sum of RGB (Red+Green+Blue) = 45+67+10=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #2D430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D430A is #D2BCF5. Grayscale: #363636. Windows color (decimal): -13810934 or 672557. OLE color: 672557.
HSL color Cylindrical-coordinate representation of color #2D430A: hue angle of 83.16º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D430A is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 10 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.74 |
| HSL | 83.16º | 0.74% | 0.15% | - |
| HSV(B) | 83.16º | 0.85% | 0.26% | - |
| XYZ | 3.14 | 4.59 | 1.01 | - |
| YUV | 53.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 10 | 0.33 | 0 | 0.85 | 0.74 | 83.16 | 0.74 | 0.15 |
| Hex | 2D | 43 | A | 21 | 0 | 55 | 4A | 53 | 4A | F |
| Octal | 55 | 103 | 12 | 41 | 0 | 125 | 112 | 123 | 112 | 17 |
| Binary | 101101 | 1000011 | 1010 | 100001 | 0 | 1010101 | 1001010 | 1010011 | 1001010 | 1111 |
Color Harmonies of #2D430A
Complementary color
Monochromatic Colors of #2D430A
Black with #2D430A
Text Example
Text Example
White with #2D430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D430A; }
p { color: rgb(45,67,10); }
H1.HeaderClassName
{
color: #2D430A;
}
.AnyTagClassName
{
color: #2D430A;
}
</style>
background-color css
<style>
a { background-color: #2D430A; }
a { background-color: rgb(45,67,10); }
div.DivClassName
{
background-color: #2D430A;
}
.BgClassName
{
background-color: #2D430A;
}
</style>
border-color css
<style>
span { border-color: #2D430A; }
span { border-color: rgb(45,67,10); }
td.TdClassName
{
border-color: #2D430A;
}
.TagClassName
{
border-color: #2D430A;
}
</style>