Html Css Color HEX #2B857D Elm

📋 copy color: '#2B857D'

red 43 ◦ green 133 ◦ blue 125

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

Shades of Elm #2B857D

Tints of Elm #2B857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 14.29%
G = 44.19%
B = 41.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#2B857D (or 0x2B857D) is known color: Elm. HEX triplet: 2B, 85 and 7D. RGB value is (43,133,125). Sum of RGB (Red+Green+Blue) = 43+133+125=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #2B857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B857D is #D47A82. Grayscale: #696969. Windows color (decimal): -13924995 or 8226091. OLE color: 8226091.

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

Color convert

RGB 43 133 125 -
CMYK 0.68 0 0.06 0.48
HSL 174.67º 0.51% 0.35% -
HSV(B) 174.67º 0.68% 0.52% -
XYZ 13.09 18.77 22.34 -
YUV 105.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 43 133 125 0.68 0 0.06 0.48 174.67 0.51 0.35
Hex 2B 85 7D 44 0 6 30 AF 33 23
Octal 53 205 175 104 0 6 60 257 63 43
Binary 101011 10000101 1111101 1000100 0 110 110000 10101111 110011 100011

Color Harmonies of #2B857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B857D

Black with #2B857D

Text Example


Text Example

White with #2B857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,125); }

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

background-color css

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

 a { background-color: rgb(43,133,125); }

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

border-color css

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

 span { border-color: rgb(43,133,125); }

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