Shades of Turtle Green #2D380A
Tints of Turtle Green #2D380A
RGB
CMYK
RGB Variations
Color information
#2D380A (or 0x2D380A) is known color: Turtle Green. HEX triplet: 2D, 38 and 0A. RGB value is (45,56,10). Sum of RGB (Red+Green+Blue) = 45+56+10=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #2D380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D380A is #D2C7F5. Grayscale: #2F2F2F. Windows color (decimal): -13813750 or 669741. OLE color: 669741.
HSL color Cylindrical-coordinate representation of color #2D380A: hue angle of 74.35º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D380A is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 10 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.78 |
| HSL | 74.35º | 0.7% | 0.13% | - |
| HSV(B) | 74.35º | 0.82% | 0.22% | - |
| XYZ | 2.55 | 3.41 | 0.81 | - |
| YUV | 47.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 10 | 0.20 | 0 | 0.82 | 0.78 | 74.35 | 0.7 | 0.13 |
| Hex | 2D | 38 | A | 14 | 0 | 52 | 4E | 4A | 46 | D |
| Octal | 55 | 70 | 12 | 24 | 0 | 122 | 116 | 112 | 106 | 15 |
| Binary | 101101 | 111000 | 1010 | 10100 | 0 | 1010010 | 1001110 | 1001010 | 1000110 | 1101 |
Color Harmonies of #2D380A
Complementary color
Monochromatic Colors of #2D380A
Black with #2D380A
Text Example
Text Example
White with #2D380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D380A; }
p { color: rgb(45,56,10); }
H1.HeaderClassName
{
color: #2D380A;
}
.AnyTagClassName
{
color: #2D380A;
}
</style>
background-color css
<style>
a { background-color: #2D380A; }
a { background-color: rgb(45,56,10); }
div.DivClassName
{
background-color: #2D380A;
}
.BgClassName
{
background-color: #2D380A;
}
</style>
border-color css
<style>
span { border-color: #2D380A; }
span { border-color: rgb(45,56,10); }
td.TdClassName
{
border-color: #2D380A;
}
.TagClassName
{
border-color: #2D380A;
}
</style>