#2F896E

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

Shades of Viridian #2F896E

Tints of Viridian #2F896E

Color information

#2F896E (or 0x2F896E) is unknown color: approx Viridian. HEX triplet: 2F, 89 and 6E. RGB value is (47,137,110). Sum of RGB (Red+Green+Blue) = 47+137+110=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896E is #D07691. Grayscale: #6B6B6B. Windows color (decimal): -13661842 or 7244079. OLE color: 7244079.

HSL color Cylindrical-coordinate representation of color #2F896E: hue angle of 162º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F896E is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB47137110-
CMYK0.6600.200.46
HSL162º48.91%36.08%-
HSV(B)162º65.69%53.73%-
XYZ12.9319.6217.86-
YUV107.01129.6885.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=15.99%
G=46.60%
B=37.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471371100.6600.200.4616248.9136.08
Hex2F896E420142Ea23124
Octal57211156102024562426144
Binary101111100010011101110100001001010010111010100010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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