#2F8D72

Color #2F8D72 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #2F8D72

Tints of Viridian #2F8D72

Color information

#2F8D72 (or 0x2F8D72) is unknown color: approx Viridian. HEX triplet: 2F, 8D and 72. RGB value is (47,141,114). Sum of RGB (Red+Green+Blue) = 47+141+114=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8D72 is #D0728D. Grayscale: #6D6D6D. Windows color (decimal): -13660814 or 7507247. OLE color: 7507247.

HSL color Cylindrical-coordinate representation of color #2F8D72: hue angle of 162.77º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8D72 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB47141114-
CMYK0.6700.190.45
HSL162.77º50%36.86%-
HSV(B)162.77º66.67%55.29%-
XYZ13.7320.8719.22-
YUV109.82130.3683.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=15.56%
G=46.69%
B=37.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471411140.6700.190.45162.775036.86
Hex2F8D72430132Da33225
Octal57215162103023552436245
Binary101111100011011110010100001101001110110110100011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8D72; }

 p { color: rgb(47,141,114); }

 H1.HeaderClassName
 {
   color: #2F8D72;
 }
 .AnyTagClassName
 {
   color: #2F8D72;
 }
</style>
background-color css

<style>
 a { background-color: #2F8D72; }

 a { background-color: rgb(47,141,114); }

 div.DivClassName
 {
   background-color: #2F8D72;
 }
 .BgClassName
 {
   background-color: #2F8D72;
 }
</style>
border-color css

<style>
 span { border-color: #2F8D72; }

 span { border-color: rgb(47,141,114); }

 td.TdClassName
 {
   border-color: #2F8D72;
 }
 .TagClassName
 {
   border-color: #2F8D72;
 }
</style>