Html Css Color HEX #2B897C Elm

📋 copy color: '#2B897C'

red 43 ◦ green 137 ◦ blue 124

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

Shades of Elm #2B897C

Tints of Elm #2B897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 14.14%
G = 45.07%
B = 40.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#2B897C (or 0x2B897C) is known color: Elm. HEX triplet: 2B, 89 and 7C. RGB value is (43,137,124). Sum of RGB (Red+Green+Blue) = 43+137+124=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #2B897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B897C is #D47683. Grayscale: #6B6B6B. Windows color (decimal): -13923972 or 8161579. OLE color: 8161579.

HSL color Cylindrical-coordinate representation of color #2B897C: hue angle of 171.7º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B897C is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 124 -
CMYK 0.69 0 0.09 0.46
HSL 171.7º 0.52% 0.35% -
HSV(B) 171.7º 0.69% 0.54% -
XYZ 13.58 19.86 22.19 -
YUV 107.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 43 137 124 0.69 0 0.09 0.46 171.7 0.52 0.35
Hex 2B 89 7C 45 0 9 2E AC 34 23
Octal 53 211 174 105 0 11 56 254 64 43
Binary 101011 10001001 1111100 1000101 0 1001 101110 10101100 110100 100011

Color Harmonies of #2B897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B897C

Black with #2B897C

Text Example


Text Example

White with #2B897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,124); }

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

background-color css

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

 a { background-color: rgb(43,137,124); }

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

border-color css

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

 span { border-color: rgb(43,137,124); }

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