Shades of Turtle Green #2B3605
Tints of Turtle Green #2B3605
RGB
CMYK
RGB Variations
Color information
#2B3605 (or 0x2B3605) is known color: Turtle Green. HEX triplet: 2B, 36 and 05. RGB value is (43,54,5). Sum of RGB (Red+Green+Blue) = 43+54+5=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3605 is #D4C9FA. Grayscale: #2D2D2D. Windows color (decimal): -13945339 or 341547. OLE color: 341547.
HSL color Cylindrical-coordinate representation of color #2B3605: hue angle of 73.47º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B3605 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 5 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.79 |
| HSL | 73.47º | 0.83% | 0.12% | - |
| HSV(B) | 73.47º | 0.91% | 0.21% | - |
| XYZ | 2.34 | 3.16 | 0.63 | - |
| YUV | 45.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 5 | 0.20 | 0 | 0.91 | 0.79 | 73.47 | 0.83 | 0.12 |
| Hex | 2B | 36 | 5 | 14 | 0 | 5B | 4F | 49 | 53 | C |
| Octal | 53 | 66 | 5 | 24 | 0 | 133 | 117 | 111 | 123 | 14 |
| Binary | 101011 | 110110 | 101 | 10100 | 0 | 1011011 | 1001111 | 1001001 | 1010011 | 1100 |
Color Harmonies of #2B3605
Complementary color
Monochromatic Colors of #2B3605
Black with #2B3605
Text Example
Text Example
White with #2B3605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3605; }
p { color: rgb(43,54,5); }
H1.HeaderClassName
{
color: #2B3605;
}
.AnyTagClassName
{
color: #2B3605;
}
</style>
background-color css
<style>
a { background-color: #2B3605; }
a { background-color: rgb(43,54,5); }
div.DivClassName
{
background-color: #2B3605;
}
.BgClassName
{
background-color: #2B3605;
}
</style>
border-color css
<style>
span { border-color: #2B3605; }
span { border-color: rgb(43,54,5); }
td.TdClassName
{
border-color: #2B3605;
}
.TagClassName
{
border-color: #2B3605;
}
</style>