#2E8466

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

Shades of Viridian #2E8466

Tints of Viridian #2E8466

Color information

#2E8466 (or 0x2E8466) is unknown color: approx Viridian. HEX triplet: 2E, 84 and 66. RGB value is (46,132,102). Sum of RGB (Red+Green+Blue) = 46+132+102=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8466 is #D17B99. Grayscale: #666666. Windows color (decimal): -13728666 or 6718510. OLE color: 6718510.

HSL color Cylindrical-coordinate representation of color #2E8466: hue angle of 159.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8466 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB46132102-
CMYK0.6500.230.48
HSL159.07º48.31%34.9%-
HSV(B)159.07º65.15%51.76%-
XYZ11.7818.0415.43-
YUV102.87127.5187.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=16.43%
G=47.14%
B=36.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461321020.6500.230.48159.0748.3134.9
Hex2E846641017309f3023
Octal56204146101027602376043
Binary101110100001001100110100000101011111000010011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,102); }

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

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

 a { background-color: rgb(46,132,102); }

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

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

 span { border-color: rgb(46,132,102); }

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