Shades of Turtle Green #2B380A
Tints of Turtle Green #2B380A
RGB
CMYK
RGB Variations
Color information
#2B380A (or 0x2B380A) is known color: Turtle Green. HEX triplet: 2B, 38 and 0A. RGB value is (43,56,10). Sum of RGB (Red+Green+Blue) = 43+56+10=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #2B380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B380A is #D4C7F5. Grayscale: #2F2F2F. Windows color (decimal): -13944822 or 669739. OLE color: 669739.
HSL color Cylindrical-coordinate representation of color #2B380A: hue angle of 76.96º 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 #2B380A is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 10 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.78 |
| HSL | 76.96º | 0.7% | 0.13% | - |
| HSV(B) | 76.96º | 0.82% | 0.22% | - |
| XYZ | 2.47 | 3.36 | 0.81 | - |
| YUV | 46.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 10 | 0.23 | 0 | 0.82 | 0.78 | 76.96 | 0.7 | 0.13 |
| Hex | 2B | 38 | A | 17 | 0 | 52 | 4E | 4D | 46 | D |
| Octal | 53 | 70 | 12 | 27 | 0 | 122 | 116 | 115 | 106 | 15 |
| Binary | 101011 | 111000 | 1010 | 10111 | 0 | 1010010 | 1001110 | 1001101 | 1000110 | 1101 |
Color Harmonies of #2B380A
Complementary color
Monochromatic Colors of #2B380A
Black with #2B380A
Text Example
Text Example
White with #2B380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B380A; }
p { color: rgb(43,56,10); }
H1.HeaderClassName
{
color: #2B380A;
}
.AnyTagClassName
{
color: #2B380A;
}
</style>
background-color css
<style>
a { background-color: #2B380A; }
a { background-color: rgb(43,56,10); }
div.DivClassName
{
background-color: #2B380A;
}
.BgClassName
{
background-color: #2B380A;
}
</style>
border-color css
<style>
span { border-color: #2B380A; }
span { border-color: rgb(43,56,10); }
td.TdClassName
{
border-color: #2B380A;
}
.TagClassName
{
border-color: #2B380A;
}
</style>