Html Css Color HEX #2B837B Elm

📋 copy color: '#2B837B'

red 43 ◦ green 131 ◦ blue 123

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

Shades of Elm #2B837B

Tints of Elm #2B837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

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

R = 14.48%
G = 44.11%
B = 41.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#2B837B (or 0x2B837B) is known color: Elm. HEX triplet: 2B, 83 and 7B. RGB value is (43,131,123). Sum of RGB (Red+Green+Blue) = 43+131+123=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #2B837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B837B is #D47C84. Grayscale: #676767. Windows color (decimal): -13925509 or 8094507. OLE color: 8094507.

HSL color Cylindrical-coordinate representation of color #2B837B: hue angle of 174.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B837B is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 131 123 -
CMYK 0.67 0 0.06 0.49
HSL 174.55º 0.51% 0.34% -
HSV(B) 174.55º 0.67% 0.51% -
XYZ 12.69 18.18 21.58 -
YUV 103.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 43 131 123 0.67 0 0.06 0.49 174.55 0.51 0.34
Hex 2B 83 7B 43 0 6 31 AF 33 22
Octal 53 203 173 103 0 6 61 257 63 42
Binary 101011 10000011 1111011 1000011 0 110 110001 10101111 110011 100010

Color Harmonies of #2B837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B837B

Black with #2B837B

Text Example


Text Example

White with #2B837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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