Html Css Color HEX #2B8077 Elm

📋 copy color: '#2B8077'

red 43 ◦ green 128 ◦ blue 119

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

Shades of Elm #2B8077

Tints of Elm #2B8077

RGB

 RED value IS 43 (17.19% from 255) = 14.83%

 GREEN value IS 128 (50.39% from 255) = 44.14%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 14.83%
G = 44.14%
B = 41.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#2B8077 (or 0x2B8077) is known color: Elm. HEX triplet: 2B, 80 and 77. RGB value is (43,128,119). Sum of RGB (Red+Green+Blue) = 43+128+119=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8077 is #D47F88. Grayscale: #656565. Windows color (decimal): -13926281 or 7831595. OLE color: 7831595.

HSL color Cylindrical-coordinate representation of color #2B8077: hue angle of 173.65º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B8077 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 128 119 -
CMYK 0.66 0 0.07 0.50
HSL 173.65º 0.5% 0.34% -
HSV(B) 173.65º 0.66% 0.5% -
XYZ 12.05 17.28 20.15 -
YUV 101.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 43 128 119 0.66 0 0.07 0.50 173.65 0.5 0.34
Hex 2B 80 77 42 0 7 32 AE 32 22
Octal 53 200 167 102 0 7 62 256 62 42
Binary 101011 10000000 1110111 1000010 0 111 110010 10101110 110010 100010

Color Harmonies of #2B8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8077

Black with #2B8077

Text Example


Text Example

White with #2B8077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,128,119); }

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

background-color css

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

 a { background-color: rgb(43,128,119); }

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

border-color css

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

 span { border-color: rgb(43,128,119); }

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