Html Css Color HEX #2B877A Elm

📋 copy color: '#2B877A'

red 43 ◦ green 135 ◦ blue 122

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

Shades of Elm #2B877A

Tints of Elm #2B877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 14.33%
G = 45%
B = 40.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#2B877A (or 0x2B877A) is known color: Elm. HEX triplet: 2B, 87 and 7A. RGB value is (43,135,122). Sum of RGB (Red+Green+Blue) = 43+135+122=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #2B877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B877A is #D47885. Grayscale: #696969. Windows color (decimal): -13924486 or 8029995. OLE color: 8029995.

HSL color Cylindrical-coordinate representation of color #2B877A: hue angle of 171.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B877A is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 122 -
CMYK 0.68 0 0.10 0.47
HSL 171.52º 0.52% 0.35% -
HSV(B) 171.52º 0.68% 0.53% -
XYZ 13.17 19.25 21.43 -
YUV 106.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 43 135 122 0.68 0 0.10 0.47 171.52 0.52 0.35
Hex 2B 87 7A 44 0 A 2F AC 34 23
Octal 53 207 172 104 0 12 57 254 64 43
Binary 101011 10000111 1111010 1000100 0 1010 101111 10101100 110100 100011

Color Harmonies of #2B877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B877A

Black with #2B877A

Text Example


Text Example

White with #2B877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,135,122); }

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

background-color css

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

 a { background-color: rgb(43,135,122); }

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

border-color css

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

 span { border-color: rgb(43,135,122); }

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