Html Css Color HEX #277272 Elm

📋 copy color: '#277272'

red 39 ◦ green 114 ◦ blue 114

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

Shades of Elm #277272

Tints of Elm #277272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 14.61%
G = 42.7%
B = 42.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#277272 (or 0x277272) is known color: Elm. HEX triplet: 27, 72 and 72. RGB value is (39,114,114). Sum of RGB (Red+Green+Blue) = 39+114+114=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #277272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277272 is #D88D8D. Grayscale: #5B5B5B. Windows color (decimal): -14192014 or 7500327. OLE color: 7500327.

HSL color Cylindrical-coordinate representation of color #277272: hue angle of 180º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277272 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 114 114 -
CMYK 0.66 0 0 0.55
HSL 180º 0.49% 0.3% -
HSV(B) 180º 0.66% 0.45% -
XYZ 9.89 13.68 18.04 -
YUV 91.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 39 114 114 0.66 0 0 0.55 180 0.49 0.3
Hex 27 72 72 42 0 0 37 B4 31 1E
Octal 47 162 162 102 0 0 67 264 61 36
Binary 100111 1110010 1110010 1000010 0 0 110111 10110100 110001 11110

Color Harmonies of #277272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277272

Black with #277272

Text Example


Text Example

White with #277272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277272; }

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

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

background-color css

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

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

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

border-color css

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

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

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