Shades of Turtle Green #2D440B
Tints of Turtle Green #2D440B
RGB
CMYK
RGB Variations
Color information
#2D440B (or 0x2D440B) is known color: Turtle Green. HEX triplet: 2D, 44 and 0B. RGB value is (45,68,11). Sum of RGB (Red+Green+Blue) = 45+68+11=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #2D440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D440B is #D2BBF4. Grayscale: #363636. Windows color (decimal): -13810677 or 738349. OLE color: 738349.
HSL color Cylindrical-coordinate representation of color #2D440B: hue angle of 84.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D440B is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 11 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.73 |
| HSL | 84.21º | 0.72% | 0.15% | - |
| HSV(B) | 84.21º | 0.84% | 0.27% | - |
| XYZ | 3.21 | 4.72 | 1.06 | - |
| YUV | 54.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 11 | 0.34 | 0 | 0.84 | 0.73 | 84.21 | 0.72 | 0.15 |
| Hex | 2D | 44 | B | 22 | 0 | 54 | 49 | 54 | 48 | F |
| Octal | 55 | 104 | 13 | 42 | 0 | 124 | 111 | 124 | 110 | 17 |
| Binary | 101101 | 1000100 | 1011 | 100010 | 0 | 1010100 | 1001001 | 1010100 | 1001000 | 1111 |
Color Harmonies of #2D440B
Complementary color
Monochromatic Colors of #2D440B
Black with #2D440B
Text Example
Text Example
White with #2D440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D440B; }
p { color: rgb(45,68,11); }
H1.HeaderClassName
{
color: #2D440B;
}
.AnyTagClassName
{
color: #2D440B;
}
</style>
background-color css
<style>
a { background-color: #2D440B; }
a { background-color: rgb(45,68,11); }
div.DivClassName
{
background-color: #2D440B;
}
.BgClassName
{
background-color: #2D440B;
}
</style>
border-color css
<style>
span { border-color: #2D440B; }
span { border-color: rgb(45,68,11); }
td.TdClassName
{
border-color: #2D440B;
}
.TagClassName
{
border-color: #2D440B;
}
</style>