Shades of Turtle Green #32430F
Tints of Turtle Green #32430F
RGB
CMYK
RGB Variations
Color information
#32430F (or 0x32430F) is known color: Turtle Green. HEX triplet: 32, 43 and 0F. RGB value is (50,67,15). Sum of RGB (Red+Green+Blue) = 50+67+15=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #32430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32430F is #CDBCF0. Grayscale: #383838. Windows color (decimal): -13483249 or 1000242. OLE color: 1000242.
HSL color Cylindrical-coordinate representation of color #32430F: hue angle of 79.62º 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 #32430F is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 15 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.74 |
| HSL | 79.62º | 0.63% | 0.16% | - |
| HSV(B) | 79.62º | 0.78% | 0.26% | - |
| XYZ | 3.41 | 4.73 | 1.18 | - |
| YUV | 55.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 15 | 0.25 | 0 | 0.78 | 0.74 | 79.62 | 0.63 | 0.16 |
| Hex | 32 | 43 | F | 19 | 0 | 4E | 4A | 50 | 3F | 10 |
| Octal | 62 | 103 | 17 | 31 | 0 | 116 | 112 | 120 | 77 | 20 |
| Binary | 110010 | 1000011 | 1111 | 11001 | 0 | 1001110 | 1001010 | 1010000 | 111111 | 10000 |
Color Harmonies of #32430F
Complementary color
Monochromatic Colors of #32430F
Black with #32430F
Text Example
Text Example
White with #32430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32430F; }
p { color: rgb(50,67,15); }
H1.HeaderClassName
{
color: #32430F;
}
.AnyTagClassName
{
color: #32430F;
}
</style>
background-color css
<style>
a { background-color: #32430F; }
a { background-color: rgb(50,67,15); }
div.DivClassName
{
background-color: #32430F;
}
.BgClassName
{
background-color: #32430F;
}
</style>
border-color css
<style>
span { border-color: #32430F; }
span { border-color: rgb(50,67,15); }
td.TdClassName
{
border-color: #32430F;
}
.TagClassName
{
border-color: #32430F;
}
</style>