Shades of Turtle Green #2B360C
Tints of Turtle Green #2B360C
RGB
CMYK
RGB Variations
Color information
#2B360C (or 0x2B360C) is known color: Turtle Green. HEX triplet: 2B, 36 and 0C. RGB value is (43,54,12). Sum of RGB (Red+Green+Blue) = 43+54+12=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #2B360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B360C is #D4C9F3. Grayscale: #2E2E2E. Windows color (decimal): -13945332 or 800299. OLE color: 800299.
HSL color Cylindrical-coordinate representation of color #2B360C: hue angle of 75.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B360C is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 12 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.79 |
| HSL | 75.71º | 0.64% | 0.13% | - |
| HSV(B) | 75.71º | 0.78% | 0.21% | - |
| XYZ | 2.38 | 3.18 | 0.84 | - |
| YUV | 45.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 12 | 0.20 | 0 | 0.78 | 0.79 | 75.71 | 0.64 | 0.13 |
| Hex | 2B | 36 | C | 14 | 0 | 4E | 4F | 4C | 40 | D |
| Octal | 53 | 66 | 14 | 24 | 0 | 116 | 117 | 114 | 100 | 15 |
| Binary | 101011 | 110110 | 1100 | 10100 | 0 | 1001110 | 1001111 | 1001100 | 1000000 | 1101 |
Color Harmonies of #2B360C
Complementary color
Monochromatic Colors of #2B360C
Black with #2B360C
Text Example
Text Example
White with #2B360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B360C; }
p { color: rgb(43,54,12); }
H1.HeaderClassName
{
color: #2B360C;
}
.AnyTagClassName
{
color: #2B360C;
}
</style>
background-color css
<style>
a { background-color: #2B360C; }
a { background-color: rgb(43,54,12); }
div.DivClassName
{
background-color: #2B360C;
}
.BgClassName
{
background-color: #2B360C;
}
</style>
border-color css
<style>
span { border-color: #2B360C; }
span { border-color: rgb(43,54,12); }
td.TdClassName
{
border-color: #2B360C;
}
.TagClassName
{
border-color: #2B360C;
}
</style>