Html Css Color HEX #2B7972 Elm

📋 copy color: '#2B7972'

red 43 ◦ green 121 ◦ blue 114

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

Shades of Elm #2B7972

Tints of Elm #2B7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

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

R = 15.47%
G = 43.53%
B = 41.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#2B7972 (or 0x2B7972) is known color: Elm. HEX triplet: 2B, 79 and 72. RGB value is (43,121,114). Sum of RGB (Red+Green+Blue) = 43+121+114=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7972 is #D4868D. Grayscale: #606060. Windows color (decimal): -13928078 or 7502123. OLE color: 7502123.

HSL color Cylindrical-coordinate representation of color #2B7972: hue angle of 174.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7972 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 121 114 -
CMYK 0.64 0 0.06 0.53
HSL 174.62º 0.48% 0.32% -
HSV(B) 174.62º 0.64% 0.47% -
XYZ 10.87 15.4 18.32 -
YUV 96.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 43 121 114 0.64 0 0.06 0.53 174.62 0.48 0.32
Hex 2B 79 72 40 0 6 35 AF 30 20
Octal 53 171 162 100 0 6 65 257 60 40
Binary 101011 1111001 1110010 1000000 0 110 110101 10101111 110000 100000

Color Harmonies of #2B7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7972

Black with #2B7972

Text Example


Text Example

White with #2B7972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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