#2F8D6E

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

Shades of Viridian #2F8D6E

Tints of Viridian #2F8D6E

Color information

#2F8D6E (or 0x2F8D6E) is unknown color: approx Viridian. HEX triplet: 2F, 8D and 6E. RGB value is (47,141,110). Sum of RGB (Red+Green+Blue) = 47+141+110=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8D6E is #D07291. Grayscale: #6D6D6D. Windows color (decimal): -13660818 or 7245103. OLE color: 7245103.

HSL color Cylindrical-coordinate representation of color #2F8D6E: hue angle of 160.21º 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 #2F8D6E is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB47141110-
CMYK0.6700.220.45
HSL160.21º50%36.86%-
HSV(B)160.21º66.67%55.29%-
XYZ13.5120.7818.05-
YUV109.36128.3683.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.77%
GREEN value IS 141 (55.47% from 255) = 47.32%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=15.77%
G=47.32%
B=36.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471411100.6700.220.45160.215036.86
Hex2F8D6E430162Da03225
Octal57215156103026552406245
Binary101111100011011101110100001101011010110110100000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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