#2F896B

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

Shades of Viridian #2F896B

Tints of Viridian #2F896B

Color information

#2F896B (or 0x2F896B) is unknown color: approx Viridian. HEX triplet: 2F, 89 and 6B. RGB value is (47,137,107). Sum of RGB (Red+Green+Blue) = 47+137+107=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896B is #D07694. Grayscale: #6A6A6A. Windows color (decimal): -13661845 or 7047471. OLE color: 7047471.

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

Color convert

RGB47137107-
CMYK0.6600.220.46
HSL160º48.91%36.08%-
HSV(B)160º65.69%53.73%-
XYZ12.7719.5617.01-
YUV106.67128.1885.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=16.15%
G=47.08%
B=36.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471371070.6600.220.4616048.9136.08
Hex2F896B420162Ea03124
Octal57211153102026562406144
Binary101111100010011101011100001001011010111010100000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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