Shades of Turtle Green #2B3501
Tints of Turtle Green #2B3501
RGB
CMYK
RGB Variations
Color information
#2B3501 (or 0x2B3501) is known color: Turtle Green. HEX triplet: 2B, 35 and 01. RGB value is (43,53,1). Sum of RGB (Red+Green+Blue) = 43+53+1=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3501 is #D4CAFE. Grayscale: #2C2C2C. Windows color (decimal): -13945599 or 79147. OLE color: 79147.
HSL color Cylindrical-coordinate representation of color #2B3501: hue angle of 71.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B3501 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 1 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.79 |
| HSL | 71.54º | 0.96% | 0.11% | - |
| HSV(B) | 71.54º | 0.98% | 0.21% | - |
| XYZ | 2.27 | 3.06 | 0.5 | - |
| YUV | 44.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 1 | 0.19 | 0 | 0.98 | 0.79 | 71.54 | 0.96 | 0.11 |
| Hex | 2B | 35 | 1 | 13 | 0 | 62 | 4F | 48 | 60 | B |
| Octal | 53 | 65 | 1 | 23 | 0 | 142 | 117 | 110 | 140 | 13 |
| Binary | 101011 | 110101 | 1 | 10011 | 0 | 1100010 | 1001111 | 1001000 | 1100000 | 1011 |
Color Harmonies of #2B3501
Complementary color
Monochromatic Colors of #2B3501
Black with #2B3501
Text Example
Text Example
White with #2B3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3501; }
p { color: rgb(43,53,1); }
H1.HeaderClassName
{
color: #2B3501;
}
.AnyTagClassName
{
color: #2B3501;
}
</style>
background-color css
<style>
a { background-color: #2B3501; }
a { background-color: rgb(43,53,1); }
div.DivClassName
{
background-color: #2B3501;
}
.BgClassName
{
background-color: #2B3501;
}
</style>
border-color css
<style>
span { border-color: #2B3501; }
span { border-color: rgb(43,53,1); }
td.TdClassName
{
border-color: #2B3501;
}
.TagClassName
{
border-color: #2B3501;
}
</style>