Shades of Viridian #2F8967
Tints of Viridian #2F8967
RGB
CMYK
RGB Variations
Color information
#2F8967 (or 0x2F8967) is known color: Viridian. HEX triplet: 2F, 89 and 67. RGB value is (47,137,103). Sum of RGB (Red+Green+Blue) = 47+137+103=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8967 is #D07698. Grayscale: #6A6A6A. Windows color (decimal): -13661849 or 6785327. OLE color: 6785327.
HSL color Cylindrical-coordinate representation of color #2F8967: hue angle of 157.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8967 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 103 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.46 |
| HSL | 157.33º | 0.49% | 0.36% | - |
| HSV(B) | 157.33º | 0.66% | 0.54% | - |
| XYZ | 12.57 | 19.47 | 15.93 | - |
| YUV | 106.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 103 | 0.66 | 0 | 0.25 | 0.46 | 157.33 | 0.49 | 0.36 |
| Hex | 2F | 89 | 67 | 42 | 0 | 19 | 2E | 9D | 31 | 24 |
| Octal | 57 | 211 | 147 | 102 | 0 | 31 | 56 | 235 | 61 | 44 |
| Binary | 101111 | 10001001 | 1100111 | 1000010 | 0 | 11001 | 101110 | 10011101 | 110001 | 100100 |
Color Harmonies of #2F8967
Complementary color
Monochromatic Colors of #2F8967
Black with #2F8967
Text Example
Text Example
White with #2F8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8967; }
p { color: rgb(47,137,103); }
H1.HeaderClassName
{
color: #2F8967;
}
.AnyTagClassName
{
color: #2F8967;
}
</style>
background-color css
<style>
a { background-color: #2F8967; }
a { background-color: rgb(47,137,103); }
div.DivClassName
{
background-color: #2F8967;
}
.BgClassName
{
background-color: #2F8967;
}
</style>
border-color css
<style>
span { border-color: #2F8967; }
span { border-color: rgb(47,137,103); }
td.TdClassName
{
border-color: #2F8967;
}
.TagClassName
{
border-color: #2F8967;
}
</style>