Html Css Color HEX #2B7472 Elm

📋 copy color: '#2B7472'

red 43 ◦ green 116 ◦ blue 114

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

Shades of Elm #2B7472

Tints of Elm #2B7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

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

R = 15.75%
G = 42.49%
B = 41.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#2B7472 (or 0x2B7472) is known color: Elm. HEX triplet: 2B, 74 and 72. RGB value is (43,116,114). Sum of RGB (Red+Green+Blue) = 43+116+114=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7472 is #D48B8D. Grayscale: #5D5D5D. Windows color (decimal): -13929358 or 7500843. OLE color: 7500843.

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

Color convert

RGB 43 116 114 -
CMYK 0.63 0 0.02 0.55
HSL 178.36º 0.46% 0.31% -
HSV(B) 178.36º 0.63% 0.45% -
XYZ 10.28 14.22 18.12 -
YUV 93.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 43 116 114 0.63 0 0.02 0.55 178.36 0.46 0.31
Hex 2B 74 72 3F 0 2 37 B2 2E 1F
Octal 53 164 162 77 0 2 67 262 56 37
Binary 101011 1110100 1110010 111111 0 10 110111 10110010 101110 11111

Color Harmonies of #2B7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7472

Black with #2B7472

Text Example


Text Example

White with #2B7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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