Shades of Turtle Green #2B3303
Tints of Turtle Green #2B3303
RGB
CMYK
RGB Variations
Color information
#2B3303 (or 0x2B3303) is known color: Turtle Green. HEX triplet: 2B, 33 and 03. RGB value is (43,51,3). Sum of RGB (Red+Green+Blue) = 43+51+3=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3303 is #D4CCFC. Grayscale: #2B2B2B. Windows color (decimal): -13946109 or 209707. OLE color: 209707.
HSL color Cylindrical-coordinate representation of color #2B3303: hue angle of 70º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B3303 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 3 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.8 |
| HSL | 70º | 0.89% | 0.11% | - |
| HSV(B) | 70º | 0.94% | 0.2% | - |
| XYZ | 2.2 | 2.89 | 0.53 | - |
| YUV | 43.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 3 | 0.16 | 0 | 0.94 | 0.8 | 70 | 0.89 | 0.11 |
| Hex | 2B | 33 | 3 | 10 | 0 | 5E | 50 | 46 | 59 | B |
| Octal | 53 | 63 | 3 | 20 | 0 | 136 | 120 | 106 | 131 | 13 |
| Binary | 101011 | 110011 | 11 | 10000 | 0 | 1011110 | 1010000 | 1000110 | 1011001 | 1011 |
Color Harmonies of #2B3303
Complementary color
Monochromatic Colors of #2B3303
Black with #2B3303
Text Example
Text Example
White with #2B3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3303; }
p { color: rgb(43,51,3); }
H1.HeaderClassName
{
color: #2B3303;
}
.AnyTagClassName
{
color: #2B3303;
}
</style>
background-color css
<style>
a { background-color: #2B3303; }
a { background-color: rgb(43,51,3); }
div.DivClassName
{
background-color: #2B3303;
}
.BgClassName
{
background-color: #2B3303;
}
</style>
border-color css
<style>
span { border-color: #2B3303; }
span { border-color: rgb(43,51,3); }
td.TdClassName
{
border-color: #2B3303;
}
.TagClassName
{
border-color: #2B3303;
}
</style>