Shades of Turtle Green #2D3618
Tints of Turtle Green #2D3618
RGB
CMYK
RGB Variations
Color information
#2D3618 (or 0x2D3618) is known color: Turtle Green. HEX triplet: 2D, 36 and 18. RGB value is (45,54,24). Sum of RGB (Red+Green+Blue) = 45+54+24=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3618 is #D2C9E7. Grayscale: #303030. Windows color (decimal): -13814248 or 1586733. OLE color: 1586733.
HSL color Cylindrical-coordinate representation of color #2D3618: hue angle of 78º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D3618 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 54 | 24 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.79 |
| HSL | 78º | 0.38% | 0.15% | - |
| HSV(B) | 78º | 0.56% | 0.21% | - |
| XYZ | 2.57 | 3.26 | 1.36 | - |
| YUV | 47.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 24 | 0.17 | 0 | 0.56 | 0.79 | 78 | 0.38 | 0.15 |
| Hex | 2D | 36 | 18 | 11 | 0 | 38 | 4F | 4E | 26 | F |
| Octal | 55 | 66 | 30 | 21 | 0 | 70 | 117 | 116 | 46 | 17 |
| Binary | 101101 | 110110 | 11000 | 10001 | 0 | 111000 | 1001111 | 1001110 | 100110 | 1111 |
Color Harmonies of #2D3618
Complementary color
Monochromatic Colors of #2D3618
Black with #2D3618
Text Example
Text Example
White with #2D3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3618; }
p { color: rgb(45,54,24); }
H1.HeaderClassName
{
color: #2D3618;
}
.AnyTagClassName
{
color: #2D3618;
}
</style>
background-color css
<style>
a { background-color: #2D3618; }
a { background-color: rgb(45,54,24); }
div.DivClassName
{
background-color: #2D3618;
}
.BgClassName
{
background-color: #2D3618;
}
</style>
border-color css
<style>
span { border-color: #2D3618; }
span { border-color: rgb(45,54,24); }
td.TdClassName
{
border-color: #2D3618;
}
.TagClassName
{
border-color: #2D3618;
}
</style>