Html Css Color HEX #2B7372 Elm

📋 copy color: '#2B7372'

red 43 ◦ green 115 ◦ blue 114

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

Shades of Elm #2B7372

Tints of Elm #2B7372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 15.81%
G = 42.28%
B = 41.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#2B7372 (or 0x2B7372) is known color: Elm. HEX triplet: 2B, 73 and 72. RGB value is (43,115,114). Sum of RGB (Red+Green+Blue) = 43+115+114=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7372 is #D48C8D. Grayscale: #5D5D5D. Windows color (decimal): -13929614 or 7500587. OLE color: 7500587.

HSL color Cylindrical-coordinate representation of color #2B7372: hue angle of 179.17º 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 #2B7372 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 114 -
CMYK 0.63 0 0.01 0.55
HSL 179.17º 0.46% 0.31% -
HSV(B) 179.17º 0.63% 0.45% -
XYZ 10.16 13.99 18.08 -
YUV 93.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 43 115 114 0.63 0 0.01 0.55 179.17 0.46 0.31
Hex 2B 73 72 3F 0 1 37 B3 2E 1F
Octal 53 163 162 77 0 1 67 263 56 37
Binary 101011 1110011 1110010 111111 0 1 110111 10110011 101110 11111

Color Harmonies of #2B7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7372

Black with #2B7372

Text Example


Text Example

White with #2B7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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