Html Css Color HEX #277972 Elm

📋 copy color: '#277972'

red 39 ◦ green 121 ◦ blue 114

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

Shades of Elm #277972

Tints of Elm #277972

RGB

 RED value IS 39 (15.63% from 255) = 14.23%

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

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

R = 14.23%
G = 44.16%
B = 41.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#277972 (or 0x277972) is known color: Elm. HEX triplet: 27, 79 and 72. RGB value is (39,121,114). Sum of RGB (Red+Green+Blue) = 39+121+114=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #277972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277972 is #D8868D. Grayscale: #5F5F5F. Windows color (decimal): -14190222 or 7502119. OLE color: 7502119.

HSL color Cylindrical-coordinate representation of color #277972: hue angle of 174.88º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277972 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 121 114 -
CMYK 0.68 0 0.06 0.53
HSL 174.88º 0.51% 0.31% -
HSV(B) 174.88º 0.68% 0.47% -
XYZ 10.71 15.32 18.31 -
YUV 95.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 39 121 114 0.68 0 0.06 0.53 174.88 0.51 0.31
Hex 27 79 72 44 0 6 35 AF 33 1F
Octal 47 171 162 104 0 6 65 257 63 37
Binary 100111 1111001 1110010 1000100 0 110 110101 10101111 110011 11111

Color Harmonies of #277972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277972

Black with #277972

Text Example


Text Example

White with #277972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277972; }

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

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

background-color css

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

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

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

border-color css

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

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

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