Shades of Turtle Green #2B3203
Tints of Turtle Green #2B3203
RGB
CMYK
RGB Variations
Color information
#2B3203 (or 0x2B3203) is known color: Turtle Green. HEX triplet: 2B, 32 and 03. RGB value is (43,50,3). Sum of RGB (Red+Green+Blue) = 43+50+3=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3203 is #D4CDFC. Grayscale: #2A2A2A. Windows color (decimal): -13946365 or 209451. OLE color: 209451.
HSL color Cylindrical-coordinate representation of color #2B3203: hue angle of 68.94º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B3203 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 3 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.80 |
| HSL | 68.94º | 0.89% | 0.1% | - |
| HSV(B) | 68.94º | 0.94% | 0.2% | - |
| XYZ | 2.15 | 2.8 | 0.51 | - |
| YUV | 42.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 3 | 0.14 | 0 | 0.94 | 0.80 | 68.94 | 0.89 | 0.1 |
| Hex | 2B | 32 | 3 | E | 0 | 5E | 50 | 45 | 59 | A |
| Octal | 53 | 62 | 3 | 16 | 0 | 136 | 120 | 105 | 131 | 12 |
| Binary | 101011 | 110010 | 11 | 1110 | 0 | 1011110 | 1010000 | 1000101 | 1011001 | 1010 |
Color Harmonies of #2B3203
Complementary color
Monochromatic Colors of #2B3203
Black with #2B3203
Text Example
Text Example
White with #2B3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3203; }
p { color: rgb(43,50,3); }
H1.HeaderClassName
{
color: #2B3203;
}
.AnyTagClassName
{
color: #2B3203;
}
</style>
background-color css
<style>
a { background-color: #2B3203; }
a { background-color: rgb(43,50,3); }
div.DivClassName
{
background-color: #2B3203;
}
.BgClassName
{
background-color: #2B3203;
}
</style>
border-color css
<style>
span { border-color: #2B3203; }
span { border-color: rgb(43,50,3); }
td.TdClassName
{
border-color: #2B3203;
}
.TagClassName
{
border-color: #2B3203;
}
</style>