Html Css Color HEX #2E886C Viridian

📋 copy color: '#2E886C'

red 46 ◦ green 136 ◦ blue 108

#2E886C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #2E886C

Tints of Viridian #2E886C

RGB

 RED value IS 46 (18.36% from 255) = 15.86%

 GREEN value IS 136 (53.52% from 255) = 46.9%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 15.86%
G = 46.9%
B = 37.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#2E886C (or 0x2E886C) is known color: Viridian. HEX triplet: 2E, 88 and 6C. RGB value is (46,136,108). Sum of RGB (Red+Green+Blue) = 46+136+108=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #2E886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E886C is #D17793. Grayscale: #696969. Windows color (decimal): -13727636 or 7112750. OLE color: 7112750.

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

Color convert

RGB 46 136 108 -
CMYK 0.66 0 0.21 0.47
HSL 161.33º 0.49% 0.36% -
HSV(B) 161.33º 0.66% 0.53% -
XYZ 12.64 19.27 17.24 -
YUV 105.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 46 136 108 0.66 0 0.21 0.47 161.33 0.49 0.36
Hex 2E 88 6C 42 0 15 2F A1 31 24
Octal 56 210 154 102 0 25 57 241 61 44
Binary 101110 10001000 1101100 1000010 0 10101 101111 10100001 110001 100100

Color Harmonies of #2E886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E886C

Black with #2E886C

Text Example


Text Example

White with #2E886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,108); }

 H1.HeaderClassName
 {
   color: #2E886C;
 }
 .AnyTagClassName
 {
   color: #2E886C;
 }
</style>

background-color css

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

 a { background-color: rgb(46,136,108); }

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

border-color css

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

 span { border-color: rgb(46,136,108); }

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