Html Css Color HEX #2B867B Elm

📋 copy color: '#2B867B'

red 43 ◦ green 134 ◦ blue 123

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

Shades of Elm #2B867B

Tints of Elm #2B867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 14.33%
G = 44.67%
B = 41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#2B867B (or 0x2B867B) is known color: Elm. HEX triplet: 2B, 86 and 7B. RGB value is (43,134,123). Sum of RGB (Red+Green+Blue) = 43+134+123=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #2B867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B867B is #D47984. Grayscale: #696969. Windows color (decimal): -13924741 or 8095275. OLE color: 8095275.

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

Color convert

RGB 43 134 123 -
CMYK 0.68 0 0.08 0.47
HSL 172.75º 0.51% 0.35% -
HSV(B) 172.75º 0.68% 0.53% -
XYZ 13.1 18.99 21.71 -
YUV 105.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 43 134 123 0.68 0 0.08 0.47 172.75 0.51 0.35
Hex 2B 86 7B 44 0 8 2F AD 33 23
Octal 53 206 173 104 0 10 57 255 63 43
Binary 101011 10000110 1111011 1000100 0 1000 101111 10101101 110011 100011

Color Harmonies of #2B867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B867B

Black with #2B867B

Text Example


Text Example

White with #2B867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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