Shades of Turtle Green #2F430A
Tints of Turtle Green #2F430A
RGB
CMYK
RGB Variations
Color information
#2F430A (or 0x2F430A) is known color: Turtle Green. HEX triplet: 2F, 43 and 0A. RGB value is (47,67,10). Sum of RGB (Red+Green+Blue) = 47+67+10=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #2F430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F430A is #D0BCF5. Grayscale: #363636. Windows color (decimal): -13679862 or 672559. OLE color: 672559.
HSL color Cylindrical-coordinate representation of color #2F430A: hue angle of 81.05º 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 #2F430A is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 10 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.74 |
| HSL | 81.05º | 0.74% | 0.15% | - |
| HSV(B) | 81.05º | 0.85% | 0.26% | - |
| XYZ | 3.23 | 4.64 | 1.01 | - |
| YUV | 54.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 10 | 0.30 | 0 | 0.85 | 0.74 | 81.05 | 0.74 | 0.15 |
| Hex | 2F | 43 | A | 1E | 0 | 55 | 4A | 51 | 4A | F |
| Octal | 57 | 103 | 12 | 36 | 0 | 125 | 112 | 121 | 112 | 17 |
| Binary | 101111 | 1000011 | 1010 | 11110 | 0 | 1010101 | 1001010 | 1010001 | 1001010 | 1111 |
Color Harmonies of #2F430A
Complementary color
Monochromatic Colors of #2F430A
Black with #2F430A
Text Example
Text Example
White with #2F430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F430A; }
p { color: rgb(47,67,10); }
H1.HeaderClassName
{
color: #2F430A;
}
.AnyTagClassName
{
color: #2F430A;
}
</style>
background-color css
<style>
a { background-color: #2F430A; }
a { background-color: rgb(47,67,10); }
div.DivClassName
{
background-color: #2F430A;
}
.BgClassName
{
background-color: #2F430A;
}
</style>
border-color css
<style>
span { border-color: #2F430A; }
span { border-color: rgb(47,67,10); }
td.TdClassName
{
border-color: #2F430A;
}
.TagClassName
{
border-color: #2F430A;
}
</style>