#2F8E74

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

Shades of Viridian #2F8E74

Tints of Viridian #2F8E74

Color information

#2F8E74 (or 0x2F8E74) is unknown color: approx Viridian. HEX triplet: 2F, 8E and 74. RGB value is (47,142,116). Sum of RGB (Red+Green+Blue) = 47+142+116=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E74 is #D0718B. Grayscale: #6E6E6E. Windows color (decimal): -13660556 or 7638575. OLE color: 7638575.

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

Color convert

RGB47142116-
CMYK0.6700.180.44
HSL163.58º50.26%37.06%-
HSV(B)163.58º66.9%55.69%-
XYZ1421.2119.88-
YUV110.63131.0382.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=15.41%
G=46.56%
B=38.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471421160.6700.180.44163.5850.2637.06
Hex2F8E74430122Ca43225
Octal57216164103022542446245
Binary101111100011101110100100001101001010110010100100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,142,116); }

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

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

 a { background-color: rgb(47,142,116); }

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

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

 span { border-color: rgb(47,142,116); }

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