Html Css Color HEX #2B7573 Elm

📋 copy color: '#2B7573'

red 43 ◦ green 117 ◦ blue 115

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

Shades of Elm #2B7573

Tints of Elm #2B7573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

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

R = 15.64%
G = 42.55%
B = 41.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#2B7573 (or 0x2B7573) is known color: Elm. HEX triplet: 2B, 75 and 73. RGB value is (43,117,115). Sum of RGB (Red+Green+Blue) = 43+117+115=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7573 is #D48A8C. Grayscale: #5E5E5E. Windows color (decimal): -13929101 or 7566635. OLE color: 7566635.

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

Color convert

RGB 43 117 115 -
CMYK 0.63 0 0.02 0.54
HSL 178.38º 0.46% 0.31% -
HSV(B) 178.38º 0.63% 0.46% -
XYZ 10.45 14.47 18.46 -
YUV 94.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 43 117 115 0.63 0 0.02 0.54 178.38 0.46 0.31
Hex 2B 75 73 3F 0 2 36 B2 2E 1F
Octal 53 165 163 77 0 2 66 262 56 37
Binary 101011 1110101 1110011 111111 0 10 110110 10110010 101110 11111

Color Harmonies of #2B7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7573

Black with #2B7573

Text Example


Text Example

White with #2B7573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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