Shades of Turtle Green #2B3602
Tints of Turtle Green #2B3602
RGB
CMYK
RGB Variations
Color information
#2B3602 (or 0x2B3602) is known color: Turtle Green. HEX triplet: 2B, 36 and 02. RGB value is (43,54,2). Sum of RGB (Red+Green+Blue) = 43+54+2=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3602 is #D4C9FD. Grayscale: #2C2C2C. Windows color (decimal): -13945342 or 144939. OLE color: 144939.
HSL color Cylindrical-coordinate representation of color #2B3602: hue angle of 72.69º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B3602 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 2 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.79 |
| HSL | 72.69º | 0.93% | 0.11% | - |
| HSV(B) | 72.69º | 0.96% | 0.21% | - |
| XYZ | 2.33 | 3.16 | 0.54 | - |
| YUV | 44.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 2 | 0.20 | 0 | 0.96 | 0.79 | 72.69 | 0.93 | 0.11 |
| Hex | 2B | 36 | 2 | 14 | 0 | 60 | 4F | 49 | 5D | B |
| Octal | 53 | 66 | 2 | 24 | 0 | 140 | 117 | 111 | 135 | 13 |
| Binary | 101011 | 110110 | 10 | 10100 | 0 | 1100000 | 1001111 | 1001001 | 1011101 | 1011 |
Color Harmonies of #2B3602
Complementary color
Monochromatic Colors of #2B3602
Black with #2B3602
Text Example
Text Example
White with #2B3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3602; }
p { color: rgb(43,54,2); }
H1.HeaderClassName
{
color: #2B3602;
}
.AnyTagClassName
{
color: #2B3602;
}
</style>
background-color css
<style>
a { background-color: #2B3602; }
a { background-color: rgb(43,54,2); }
div.DivClassName
{
background-color: #2B3602;
}
.BgClassName
{
background-color: #2B3602;
}
</style>
border-color css
<style>
span { border-color: #2B3602; }
span { border-color: rgb(43,54,2); }
td.TdClassName
{
border-color: #2B3602;
}
.TagClassName
{
border-color: #2B3602;
}
</style>