#2F8F6E

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

Shades of Viridian #2F8F6E

Tints of Viridian #2F8F6E

Color information

#2F8F6E (or 0x2F8F6E) is unknown color: approx Viridian. HEX triplet: 2F, 8F and 6E. RGB value is (47,143,110). Sum of RGB (Red+Green+Blue) = 47+143+110=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F6E is #D07091. Grayscale: #6E6E6E. Windows color (decimal): -13660306 or 7245615. OLE color: 7245615.

HSL color Cylindrical-coordinate representation of color #2F8F6E: hue angle of 159.38º degrees, saturation: 0.51, 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 #2F8F6E is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB47143110-
CMYK0.6700.230.44
HSL159.38º50.53%37.25%-
HSV(B)159.38º67.13%56.08%-
XYZ13.8121.3818.15-
YUV110.53127.782.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.67%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=15.67%
G=47.67%
B=36.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471431100.6700.230.44159.3850.5337.25
Hex2F8F6E430172C9f3325
Octal57217156103027542376345
Binary101111100011111101110100001101011110110010011111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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