#2E8365

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

Shades of Viridian #2E8365

Tints of Viridian #2E8365

Color information

#2E8365 (or 0x2E8365) is unknown color: approx Viridian. HEX triplet: 2E, 83 and 65. RGB value is (46,131,101). Sum of RGB (Red+Green+Blue) = 46+131+101=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8365 is #D17C9A. Grayscale: #666666. Windows color (decimal): -13728923 or 6652718. OLE color: 6652718.

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

Color convert

RGB46131101-
CMYK0.6500.230.49
HSL158.82º48.02%34.71%-
HSV(B)158.82º64.89%51.37%-
XYZ11.5917.7515.13-
YUV102.16127.3487.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=16.55%
G=47.12%
B=36.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461311010.6500.230.49158.8248.0234.71
Hex2E836541017319f3023
Octal56203145101027612376043
Binary101110100000111100101100000101011111000110011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,101); }

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

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

 a { background-color: rgb(46,131,101); }

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

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

 span { border-color: rgb(46,131,101); }

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