Shades of Viridian #2F8164
Tints of Viridian #2F8164
RGB
CMYK
RGB Variations
Color information
#2F8164 (or 0x2F8164) is known color: Viridian. HEX triplet: 2F, 81 and 64. RGB value is (47,129,100). Sum of RGB (Red+Green+Blue) = 47+129+100=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8164 is #D07E9B. Grayscale: #656565. Windows color (decimal): -13663900 or 6586671. OLE color: 6586671.
HSL color Cylindrical-coordinate representation of color #2F8164: hue angle of 158.78º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8164 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 100 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.49 |
| HSL | 158.78º | 0.47% | 0.35% | - |
| HSV(B) | 158.78º | 0.64% | 0.51% | - |
| XYZ | 11.32 | 17.22 | 14.78 | - |
| YUV | 101.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 100 | 0.64 | 0 | 0.22 | 0.49 | 158.78 | 0.47 | 0.35 |
| Hex | 2F | 81 | 64 | 40 | 0 | 16 | 31 | 9F | 2F | 23 |
| Octal | 57 | 201 | 144 | 100 | 0 | 26 | 61 | 237 | 57 | 43 |
| Binary | 101111 | 10000001 | 1100100 | 1000000 | 0 | 10110 | 110001 | 10011111 | 101111 | 100011 |
Color Harmonies of #2F8164
Complementary color
Monochromatic Colors of #2F8164
Black with #2F8164
Text Example
Text Example
White with #2F8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8164; }
p { color: rgb(47,129,100); }
H1.HeaderClassName
{
color: #2F8164;
}
.AnyTagClassName
{
color: #2F8164;
}
</style>
background-color css
<style>
a { background-color: #2F8164; }
a { background-color: rgb(47,129,100); }
div.DivClassName
{
background-color: #2F8164;
}
.BgClassName
{
background-color: #2F8164;
}
</style>
border-color css
<style>
span { border-color: #2F8164; }
span { border-color: rgb(47,129,100); }
td.TdClassName
{
border-color: #2F8164;
}
.TagClassName
{
border-color: #2F8164;
}
</style>