Html Css Color HEX #2B7E73 Elm

📋 copy color: '#2B7E73'

red 43 ◦ green 126 ◦ blue 115

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

Shades of Elm #2B7E73

Tints of Elm #2B7E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.37%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 15.14%
G = 44.37%
B = 40.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#2B7E73 (or 0x2B7E73) is known color: Elm. HEX triplet: 2B, 7E and 73. RGB value is (43,126,115). Sum of RGB (Red+Green+Blue) = 43+126+115=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E73 is #D4818C. Grayscale: #636363. Windows color (decimal): -13926797 or 7568939. OLE color: 7568939.

HSL color Cylindrical-coordinate representation of color #2B7E73: hue angle of 172.05º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7E73 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 126 115 -
CMYK 0.66 0 0.09 0.51
HSL 172.05º 0.49% 0.33% -
HSV(B) 172.05º 0.66% 0.49% -
XYZ 11.55 16.67 18.83 -
YUV 99.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 43 126 115 0.66 0 0.09 0.51 172.05 0.49 0.33
Hex 2B 7E 73 42 0 9 33 AC 31 21
Octal 53 176 163 102 0 11 63 254 61 41
Binary 101011 1111110 1110011 1000010 0 1001 110011 10101100 110001 100001

Color Harmonies of #2B7E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7E73

Black with #2B7E73

Text Example


Text Example

White with #2B7E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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