Html Css Color HEX #2B897B Elm

📋 copy color: '#2B897B'

red 43 ◦ green 137 ◦ blue 123

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

Shades of Elm #2B897B

Tints of Elm #2B897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 14.19%
G = 45.21%
B = 40.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#2B897B (or 0x2B897B) is known color: Elm. HEX triplet: 2B, 89 and 7B. RGB value is (43,137,123). Sum of RGB (Red+Green+Blue) = 43+137+123=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #2B897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B897B is #D47684. Grayscale: #6B6B6B. Windows color (decimal): -13923973 or 8096043. OLE color: 8096043.

HSL color Cylindrical-coordinate representation of color #2B897B: hue angle of 171.06º 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 #2B897B is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 123 -
CMYK 0.69 0 0.10 0.46
HSL 171.06º 0.52% 0.35% -
HSV(B) 171.06º 0.69% 0.54% -
XYZ 13.52 19.83 21.86 -
YUV 107.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 43 137 123 0.69 0 0.10 0.46 171.06 0.52 0.35
Hex 2B 89 7B 45 0 A 2E AB 34 23
Octal 53 211 173 105 0 12 56 253 64 43
Binary 101011 10001001 1111011 1000101 0 1010 101110 10101011 110100 100011

Color Harmonies of #2B897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B897B

Black with #2B897B

Text Example


Text Example

White with #2B897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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