Shades of Turtle Green #2B360F
Tints of Turtle Green #2B360F
RGB
CMYK
RGB Variations
Color information
#2B360F (or 0x2B360F) is known color: Turtle Green. HEX triplet: 2B, 36 and 0F. RGB value is (43,54,15). Sum of RGB (Red+Green+Blue) = 43+54+15=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #2B360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B360F is #D4C9F0. Grayscale: #2E2E2E. Windows color (decimal): -13945329 or 996907. OLE color: 996907.
HSL color Cylindrical-coordinate representation of color #2B360F: hue angle of 76.92º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B360F is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 15 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.79 |
| HSL | 76.92º | 0.57% | 0.14% | - |
| HSV(B) | 76.92º | 0.72% | 0.21% | - |
| XYZ | 2.4 | 3.19 | 0.94 | - |
| YUV | 46.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 15 | 0.20 | 0 | 0.72 | 0.79 | 76.92 | 0.57 | 0.14 |
| Hex | 2B | 36 | F | 14 | 0 | 48 | 4F | 4D | 39 | E |
| Octal | 53 | 66 | 17 | 24 | 0 | 110 | 117 | 115 | 71 | 16 |
| Binary | 101011 | 110110 | 1111 | 10100 | 0 | 1001000 | 1001111 | 1001101 | 111001 | 1110 |
Color Harmonies of #2B360F
Complementary color
Monochromatic Colors of #2B360F
Black with #2B360F
Text Example
Text Example
White with #2B360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B360F; }
p { color: rgb(43,54,15); }
H1.HeaderClassName
{
color: #2B360F;
}
.AnyTagClassName
{
color: #2B360F;
}
</style>
background-color css
<style>
a { background-color: #2B360F; }
a { background-color: rgb(43,54,15); }
div.DivClassName
{
background-color: #2B360F;
}
.BgClassName
{
background-color: #2B360F;
}
</style>
border-color css
<style>
span { border-color: #2B360F; }
span { border-color: rgb(43,54,15); }
td.TdClassName
{
border-color: #2B360F;
}
.TagClassName
{
border-color: #2B360F;
}
</style>