Shades of Turtle Green #31430F
Tints of Turtle Green #31430F
RGB
CMYK
RGB Variations
Color information
#31430F (or 0x31430F) is known color: Turtle Green. HEX triplet: 31, 43 and 0F. RGB value is (49,67,15). Sum of RGB (Red+Green+Blue) = 49+67+15=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #31430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31430F is #CEBCF0. Grayscale: #373737. Windows color (decimal): -13548785 or 1000241. OLE color: 1000241.
HSL color Cylindrical-coordinate representation of color #31430F: hue angle of 80.77º 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 #31430F is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 15 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.74 |
| HSL | 80.77º | 0.63% | 0.16% | - |
| HSV(B) | 80.77º | 0.78% | 0.26% | - |
| XYZ | 3.36 | 4.7 | 1.18 | - |
| YUV | 55.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 15 | 0.27 | 0 | 0.78 | 0.74 | 80.77 | 0.63 | 0.16 |
| Hex | 31 | 43 | F | 1B | 0 | 4E | 4A | 51 | 3F | 10 |
| Octal | 61 | 103 | 17 | 33 | 0 | 116 | 112 | 121 | 77 | 20 |
| Binary | 110001 | 1000011 | 1111 | 11011 | 0 | 1001110 | 1001010 | 1010001 | 111111 | 10000 |
Color Harmonies of #31430F
Complementary color
Monochromatic Colors of #31430F
Black with #31430F
Text Example
Text Example
White with #31430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31430F; }
p { color: rgb(49,67,15); }
H1.HeaderClassName
{
color: #31430F;
}
.AnyTagClassName
{
color: #31430F;
}
</style>
background-color css
<style>
a { background-color: #31430F; }
a { background-color: rgb(49,67,15); }
div.DivClassName
{
background-color: #31430F;
}
.BgClassName
{
background-color: #31430F;
}
</style>
border-color css
<style>
span { border-color: #31430F; }
span { border-color: rgb(49,67,15); }
td.TdClassName
{
border-color: #31430F;
}
.TagClassName
{
border-color: #31430F;
}
</style>