#2F8A6D

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

Shades of Viridian #2F8A6D

Tints of Viridian #2F8A6D

Color information

#2F8A6D (or 0x2F8A6D) is unknown color: approx Viridian. HEX triplet: 2F, 8A and 6D. RGB value is (47,138,109). Sum of RGB (Red+Green+Blue) = 47+138+109=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8A6D is #D07592. Grayscale: #6B6B6B. Windows color (decimal): -13661587 or 7178799. OLE color: 7178799.

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

Color convert

RGB47138109-
CMYK0.6600.210.46
HSL160.88º49.19%36.27%-
HSV(B)160.88º65.94%54.12%-
XYZ13.0219.8917.62-
YUV107.48128.8584.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=15.99%
G=46.94%
B=37.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471381090.6600.210.46160.8849.1936.27
Hex2F8A6D420152Ea13124
Octal57212155102025562416144
Binary101111100010101101101100001001010110111010100001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,138,109); }

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

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

 a { background-color: rgb(47,138,109); }

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

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

 span { border-color: rgb(47,138,109); }

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