Html Css Color HEX #278073 Elm

📋 copy color: '#278073'

red 39 ◦ green 128 ◦ blue 115

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

Shades of Elm #278073

Tints of Elm #278073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 13.83%
G = 45.39%
B = 40.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#278073 (or 0x278073) is known color: Elm. HEX triplet: 27, 80 and 73. RGB value is (39,128,115). Sum of RGB (Red+Green+Blue) = 39+128+115=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #278073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278073 is #D87F8C. Grayscale: #636363. Windows color (decimal): -14188429 or 7569447. OLE color: 7569447.

HSL color Cylindrical-coordinate representation of color #278073: hue angle of 171.24º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278073 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 128 115 -
CMYK 0.70 0 0.10 0.50
HSL 171.24º 0.53% 0.33% -
HSV(B) 171.24º 0.7% 0.5% -
XYZ 11.65 17.11 18.91 -
YUV 99.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 39 128 115 0.70 0 0.10 0.50 171.24 0.53 0.33
Hex 27 80 73 46 0 A 32 AB 35 21
Octal 47 200 163 106 0 12 62 253 65 41
Binary 100111 10000000 1110011 1000110 0 1010 110010 10101011 110101 100001

Color Harmonies of #278073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278073

Black with #278073

Text Example


Text Example

White with #278073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278073; }

 p { color: rgb(39,128,115); }

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

background-color css

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

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

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

border-color css

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

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

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