Html Css Color HEX #2B857B Elm

📋 copy color: '#2B857B'

red 43 ◦ green 133 ◦ blue 123

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

Shades of Elm #2B857B

Tints of Elm #2B857B

RGB

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

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

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

R = 14.38%
G = 44.48%
B = 41.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#2B857B (or 0x2B857B) is known color: Elm. HEX triplet: 2B, 85 and 7B. RGB value is (43,133,123). Sum of RGB (Red+Green+Blue) = 43+133+123=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #2B857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B857B is #D47A84. Grayscale: #686868. Windows color (decimal): -13924997 or 8095019. OLE color: 8095019.

HSL color Cylindrical-coordinate representation of color #2B857B: hue angle of 173.33º 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 #2B857B is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 123 -
CMYK 0.68 0 0.08 0.48
HSL 173.33º 0.51% 0.35% -
HSV(B) 173.33º 0.68% 0.52% -
XYZ 12.96 18.72 21.67 -
YUV 104.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 43 133 123 0.68 0 0.08 0.48 173.33 0.51 0.35
Hex 2B 85 7B 44 0 8 30 AD 33 23
Octal 53 205 173 104 0 10 60 255 63 43
Binary 101011 10000101 1111011 1000100 0 1000 110000 10101101 110011 100011

Color Harmonies of #2B857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B857B

Black with #2B857B

Text Example


Text Example

White with #2B857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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