Shades of Turtle Green #2D320A
Tints of Turtle Green #2D320A
RGB
CMYK
RGB Variations
Color information
#2D320A (or 0x2D320A) is known color: Turtle Green. HEX triplet: 2D, 32 and 0A. RGB value is (45,50,10). Sum of RGB (Red+Green+Blue) = 45+50+10=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #2D320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D320A is #D2CDF5. Grayscale: #2C2C2C. Windows color (decimal): -13815286 or 668205. OLE color: 668205.
HSL color Cylindrical-coordinate representation of color #2D320A: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D320A is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 10 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.80 |
| HSL | 67.5º | 0.67% | 0.12% | - |
| HSV(B) | 67.5º | 0.8% | 0.2% | - |
| XYZ | 2.28 | 2.86 | 0.72 | - |
| YUV | 43.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 10 | 0.10 | 0 | 0.80 | 0.80 | 67.5 | 0.67 | 0.12 |
| Hex | 2D | 32 | A | A | 0 | 50 | 50 | 44 | 43 | C |
| Octal | 55 | 62 | 12 | 12 | 0 | 120 | 120 | 104 | 103 | 14 |
| Binary | 101101 | 110010 | 1010 | 1010 | 0 | 1010000 | 1010000 | 1000100 | 1000011 | 1100 |
Color Harmonies of #2D320A
Complementary color
Monochromatic Colors of #2D320A
Black with #2D320A
Text Example
Text Example
White with #2D320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D320A; }
p { color: rgb(45,50,10); }
H1.HeaderClassName
{
color: #2D320A;
}
.AnyTagClassName
{
color: #2D320A;
}
</style>
background-color css
<style>
a { background-color: #2D320A; }
a { background-color: rgb(45,50,10); }
div.DivClassName
{
background-color: #2D320A;
}
.BgClassName
{
background-color: #2D320A;
}
</style>
border-color css
<style>
span { border-color: #2D320A; }
span { border-color: rgb(45,50,10); }
td.TdClassName
{
border-color: #2D320A;
}
.TagClassName
{
border-color: #2D320A;
}
</style>