Shades of Turtle Green #2B420D
Tints of Turtle Green #2B420D
RGB
CMYK
RGB Variations
Color information
#2B420D (or 0x2B420D) is known color: Turtle Green. HEX triplet: 2B, 42 and 0D. RGB value is (43,66,13). Sum of RGB (Red+Green+Blue) = 43+66+13=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #2B420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B420D is #D4BDF2. Grayscale: #353535. Windows color (decimal): -13942259 or 868907. OLE color: 868907.
HSL color Cylindrical-coordinate representation of color #2B420D: hue angle of 86.04º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B420D is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 13 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.74 |
| HSL | 86.04º | 0.67% | 0.15% | - |
| HSV(B) | 86.04º | 0.8% | 0.26% | - |
| XYZ | 3.02 | 4.44 | 1.08 | - |
| YUV | 53.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 13 | 0.35 | 0 | 0.80 | 0.74 | 86.04 | 0.67 | 0.15 |
| Hex | 2B | 42 | D | 23 | 0 | 50 | 4A | 56 | 43 | F |
| Octal | 53 | 102 | 15 | 43 | 0 | 120 | 112 | 126 | 103 | 17 |
| Binary | 101011 | 1000010 | 1101 | 100011 | 0 | 1010000 | 1001010 | 1010110 | 1000011 | 1111 |
Color Harmonies of #2B420D
Complementary color
Monochromatic Colors of #2B420D
Black with #2B420D
Text Example
Text Example
White with #2B420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B420D; }
p { color: rgb(43,66,13); }
H1.HeaderClassName
{
color: #2B420D;
}
.AnyTagClassName
{
color: #2B420D;
}
</style>
background-color css
<style>
a { background-color: #2B420D; }
a { background-color: rgb(43,66,13); }
div.DivClassName
{
background-color: #2B420D;
}
.BgClassName
{
background-color: #2B420D;
}
</style>
border-color css
<style>
span { border-color: #2B420D; }
span { border-color: rgb(43,66,13); }
td.TdClassName
{
border-color: #2B420D;
}
.TagClassName
{
border-color: #2B420D;
}
</style>