#2F886A

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

Shades of Viridian #2F886A

Tints of Viridian #2F886A

Color information

#2F886A (or 0x2F886A) is unknown color: approx Viridian. HEX triplet: 2F, 88 and 6A. RGB value is (47,136,106). Sum of RGB (Red+Green+Blue) = 47+136+106=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #2F886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F886A is #D07795. Grayscale: #696969. Windows color (decimal): -13662102 or 6981679. OLE color: 6981679.

HSL color Cylindrical-coordinate representation of color #2F886A: hue angle of 159.78º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F886A is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB47136106-
CMYK0.6500.220.47
HSL159.78º48.63%35.88%-
HSV(B)159.78º65.44%53.33%-
XYZ12.5819.2516.69-
YUV105.97128.0185.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=16.26%
G=47.06%
B=36.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471361060.6500.220.47159.7848.6335.88
Hex2F886A410162Fa03124
Octal57210152101026572406144
Binary101111100010001101010100000101011010111110100000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,136,106); }

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

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

 a { background-color: rgb(47,136,106); }

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

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

 span { border-color: rgb(47,136,106); }

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