Html Css Color HEX #2B857F Elm

📋 copy color: '#2B857F'

red 43 ◦ green 133 ◦ blue 127

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

Shades of Elm #2B857F

Tints of Elm #2B857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 14.19%
G = 43.89%
B = 41.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#2B857F (or 0x2B857F) is known color: Elm. HEX triplet: 2B, 85 and 7F. RGB value is (43,133,127). Sum of RGB (Red+Green+Blue) = 43+133+127=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #2B857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B857F is #D47A80. Grayscale: #696969. Windows color (decimal): -13924993 or 8357163. OLE color: 8357163.

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

Color convert

RGB 43 133 127 -
CMYK 0.68 0 0.05 0.48
HSL 176º 0.51% 0.35% -
HSV(B) 176º 0.68% 0.52% -
XYZ 13.21 18.82 23.02 -
YUV 105.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 43 133 127 0.68 0 0.05 0.48 176 0.51 0.35
Hex 2B 85 7F 44 0 5 30 B0 33 23
Octal 53 205 177 104 0 5 60 260 63 43
Binary 101011 10000101 1111111 1000100 0 101 110000 10110000 110011 100011

Color Harmonies of #2B857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B857F

Black with #2B857F

Text Example


Text Example

White with #2B857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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