Shades of Turtle Green #2F430F
Tints of Turtle Green #2F430F
RGB
CMYK
RGB Variations
Color information
#2F430F (or 0x2F430F) is known color: Turtle Green. HEX triplet: 2F, 43 and 0F. RGB value is (47,67,15). Sum of RGB (Red+Green+Blue) = 47+67+15=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #2F430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F430F is #D0BCF0. Grayscale: #373737. Windows color (decimal): -13679857 or 1000239. OLE color: 1000239.
HSL color Cylindrical-coordinate representation of color #2F430F: hue angle of 83.08º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F430F is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 15 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.74 |
| HSL | 83.08º | 0.63% | 0.16% | - |
| HSV(B) | 83.08º | 0.78% | 0.26% | - |
| XYZ | 3.27 | 4.65 | 1.18 | - |
| YUV | 55.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 15 | 0.30 | 0 | 0.78 | 0.74 | 83.08 | 0.63 | 0.16 |
| Hex | 2F | 43 | F | 1E | 0 | 4E | 4A | 53 | 3F | 10 |
| Octal | 57 | 103 | 17 | 36 | 0 | 116 | 112 | 123 | 77 | 20 |
| Binary | 101111 | 1000011 | 1111 | 11110 | 0 | 1001110 | 1001010 | 1010011 | 111111 | 10000 |
Color Harmonies of #2F430F
Complementary color
Monochromatic Colors of #2F430F
Black with #2F430F
Text Example
Text Example
White with #2F430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F430F; }
p { color: rgb(47,67,15); }
H1.HeaderClassName
{
color: #2F430F;
}
.AnyTagClassName
{
color: #2F430F;
}
</style>
background-color css
<style>
a { background-color: #2F430F; }
a { background-color: rgb(47,67,15); }
div.DivClassName
{
background-color: #2F430F;
}
.BgClassName
{
background-color: #2F430F;
}
</style>
border-color css
<style>
span { border-color: #2F430F; }
span { border-color: rgb(47,67,15); }
td.TdClassName
{
border-color: #2F430F;
}
.TagClassName
{
border-color: #2F430F;
}
</style>