Shades of Turtle Green #2D360A
Tints of Turtle Green #2D360A
RGB
CMYK
RGB Variations
Color information
#2D360A (or 0x2D360A) is known color: Turtle Green. HEX triplet: 2D, 36 and 0A. RGB value is (45,54,10). Sum of RGB (Red+Green+Blue) = 45+54+10=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #2D360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D360A is #D2C9F5. Grayscale: #2E2E2E. Windows color (decimal): -13814262 or 669229. OLE color: 669229.
HSL color Cylindrical-coordinate representation of color #2D360A: hue angle of 72.27º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D360A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 54 | 10 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.79 |
| HSL | 72.27º | 0.69% | 0.13% | - |
| HSV(B) | 72.27º | 0.81% | 0.21% | - |
| XYZ | 2.46 | 3.22 | 0.78 | - |
| YUV | 46.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 10 | 0.17 | 0 | 0.81 | 0.79 | 72.27 | 0.69 | 0.13 |
| Hex | 2D | 36 | A | 11 | 0 | 51 | 4F | 48 | 45 | D |
| Octal | 55 | 66 | 12 | 21 | 0 | 121 | 117 | 110 | 105 | 15 |
| Binary | 101101 | 110110 | 1010 | 10001 | 0 | 1010001 | 1001111 | 1001000 | 1000101 | 1101 |
Color Harmonies of #2D360A
Complementary color
Monochromatic Colors of #2D360A
Black with #2D360A
Text Example
Text Example
White with #2D360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D360A; }
p { color: rgb(45,54,10); }
H1.HeaderClassName
{
color: #2D360A;
}
.AnyTagClassName
{
color: #2D360A;
}
</style>
background-color css
<style>
a { background-color: #2D360A; }
a { background-color: rgb(45,54,10); }
div.DivClassName
{
background-color: #2D360A;
}
.BgClassName
{
background-color: #2D360A;
}
</style>
border-color css
<style>
span { border-color: #2D360A; }
span { border-color: rgb(45,54,10); }
td.TdClassName
{
border-color: #2D360A;
}
.TagClassName
{
border-color: #2D360A;
}
</style>