Shades of Turtle Green #2B430A
Tints of Turtle Green #2B430A
RGB
CMYK
RGB Variations
Color information
#2B430A (or 0x2B430A) is known color: Turtle Green. HEX triplet: 2B, 43 and 0A. RGB value is (43,67,10). Sum of RGB (Red+Green+Blue) = 43+67+10=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #2B430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B430A is #D4BCF5. Grayscale: #353535. Windows color (decimal): -13942006 or 672555. OLE color: 672555.
HSL color Cylindrical-coordinate representation of color #2B430A: hue angle of 85.26º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B430A is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 10 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.74 |
| HSL | 85.26º | 0.74% | 0.15% | - |
| HSV(B) | 85.26º | 0.85% | 0.26% | - |
| XYZ | 3.06 | 4.55 | 1 | - |
| YUV | 53.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 10 | 0.36 | 0 | 0.85 | 0.74 | 85.26 | 0.74 | 0.15 |
| Hex | 2B | 43 | A | 24 | 0 | 55 | 4A | 55 | 4A | F |
| Octal | 53 | 103 | 12 | 44 | 0 | 125 | 112 | 125 | 112 | 17 |
| Binary | 101011 | 1000011 | 1010 | 100100 | 0 | 1010101 | 1001010 | 1010101 | 1001010 | 1111 |
Color Harmonies of #2B430A
Complementary color
Monochromatic Colors of #2B430A
Black with #2B430A
Text Example
Text Example
White with #2B430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B430A; }
p { color: rgb(43,67,10); }
H1.HeaderClassName
{
color: #2B430A;
}
.AnyTagClassName
{
color: #2B430A;
}
</style>
background-color css
<style>
a { background-color: #2B430A; }
a { background-color: rgb(43,67,10); }
div.DivClassName
{
background-color: #2B430A;
}
.BgClassName
{
background-color: #2B430A;
}
</style>
border-color css
<style>
span { border-color: #2B430A; }
span { border-color: rgb(43,67,10); }
td.TdClassName
{
border-color: #2B430A;
}
.TagClassName
{
border-color: #2B430A;
}
</style>