Html Css Color HEX #2A7372 Elm

📋 copy color: '#2A7372'

red 42 ◦ green 115 ◦ blue 114

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

Shades of Elm #2A7372

Tints of Elm #2A7372

RGB

 RED value IS 42 (16.8% from 255) = 15.5%

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

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

R = 15.5%
G = 42.44%
B = 42.07%

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

#2A7372 (or 0x2A7372) is known color: Elm. HEX triplet: 2A, 73 and 72. RGB value is (42,115,114). Sum of RGB (Red+Green+Blue) = 42+115+114=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7372 is #D58C8D. Grayscale: #5C5C5C. Windows color (decimal): -13995150 or 7500586. OLE color: 7500586.

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

Color convert

RGB 42 115 114 -
CMYK 0.63 0 0.01 0.55
HSL 179.18º 0.46% 0.31% -
HSV(B) 179.18º 0.63% 0.45% -
XYZ 10.12 13.97 18.08 -
YUV 93.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 42 115 114 0.63 0 0.01 0.55 179.18 0.46 0.31
Hex 2A 73 72 3F 0 1 37 B3 2E 1F
Octal 52 163 162 77 0 1 67 263 56 37
Binary 101010 1110011 1110010 111111 0 1 110111 10110011 101110 11111

Color Harmonies of #2A7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7372

Black with #2A7372

Text Example


Text Example

White with #2A7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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