Html Css Color HEX #2B736F Elm

📋 copy color: '#2B736F'

red 43 ◦ green 115 ◦ blue 111

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

Shades of Elm #2B736F

Tints of Elm #2B736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 15.99%
G = 42.75%
B = 41.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#2B736F (or 0x2B736F) is known color: Elm. HEX triplet: 2B, 73 and 6F. RGB value is (43,115,111). Sum of RGB (Red+Green+Blue) = 43+115+111=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #2B736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B736F is #D48C90. Grayscale: #5C5C5C. Windows color (decimal): -13929617 or 7303979. OLE color: 7303979.

HSL color Cylindrical-coordinate representation of color #2B736F: hue angle of 176.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B736F is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 111 -
CMYK 0.63 0 0.03 0.55
HSL 176.67º 0.46% 0.31% -
HSV(B) 176.67º 0.63% 0.45% -
XYZ 10 13.92 17.2 -
YUV 93.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 43 115 111 0.63 0 0.03 0.55 176.67 0.46 0.31
Hex 2B 73 6F 3F 0 3 37 B1 2E 1F
Octal 53 163 157 77 0 3 67 261 56 37
Binary 101011 1110011 1101111 111111 0 11 110111 10110001 101110 11111

Color Harmonies of #2B736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B736F

Black with #2B736F

Text Example


Text Example

White with #2B736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,111); }

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

background-color css

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

 a { background-color: rgb(43,115,111); }

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

border-color css

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

 span { border-color: rgb(43,115,111); }

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