Shades of Turtle Green #2B3D0C
Tints of Turtle Green #2B3D0C
RGB
CMYK
RGB Variations
Color information
#2B3D0C (or 0x2B3D0C) is known color: Turtle Green. HEX triplet: 2B, 3D and 0C. RGB value is (43,61,12). Sum of RGB (Red+Green+Blue) = 43+61+12=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3D0C is #D4C2F3. Grayscale: #323232. Windows color (decimal): -13943540 or 802091. OLE color: 802091.
HSL color Cylindrical-coordinate representation of color #2B3D0C: hue angle of 82.04º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B3D0C is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 12 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.76 |
| HSL | 82.04º | 0.67% | 0.14% | - |
| HSV(B) | 82.04º | 0.8% | 0.24% | - |
| XYZ | 2.73 | 3.88 | 0.95 | - |
| YUV | 50.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 12 | 0.30 | 0 | 0.80 | 0.76 | 82.04 | 0.67 | 0.14 |
| Hex | 2B | 3D | C | 1E | 0 | 50 | 4C | 52 | 43 | E |
| Octal | 53 | 75 | 14 | 36 | 0 | 120 | 114 | 122 | 103 | 16 |
| Binary | 101011 | 111101 | 1100 | 11110 | 0 | 1010000 | 1001100 | 1010010 | 1000011 | 1110 |
Color Harmonies of #2B3D0C
Complementary color
Monochromatic Colors of #2B3D0C
Black with #2B3D0C
Text Example
Text Example
White with #2B3D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D0C; }
p { color: rgb(43,61,12); }
H1.HeaderClassName
{
color: #2B3D0C;
}
.AnyTagClassName
{
color: #2B3D0C;
}
</style>
background-color css
<style>
a { background-color: #2B3D0C; }
a { background-color: rgb(43,61,12); }
div.DivClassName
{
background-color: #2B3D0C;
}
.BgClassName
{
background-color: #2B3D0C;
}
</style>
border-color css
<style>
span { border-color: #2B3D0C; }
span { border-color: rgb(43,61,12); }
td.TdClassName
{
border-color: #2B3D0C;
}
.TagClassName
{
border-color: #2B3D0C;
}
</style>