Html Css Color HEX #278276 Elm

📋 copy color: '#278276'

red 39 ◦ green 130 ◦ blue 118

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

Shades of Elm #278276

Tints of Elm #278276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 13.59%
G = 45.3%
B = 41.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#278276 (or 0x278276) is known color: Elm. HEX triplet: 27, 82 and 76. RGB value is (39,130,118). Sum of RGB (Red+Green+Blue) = 39+130+118=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #278276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278276 is #D87D89. Grayscale: #656565. Windows color (decimal): -14187914 or 7766567. OLE color: 7766567.

HSL color Cylindrical-coordinate representation of color #278276: hue angle of 172.09º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278276 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 130 118 -
CMYK 0.70 0 0.09 0.49
HSL 172.09º 0.54% 0.33% -
HSV(B) 172.09º 0.7% 0.51% -
XYZ 12.09 17.7 19.92 -
YUV 101.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 39 130 118 0.70 0 0.09 0.49 172.09 0.54 0.33
Hex 27 82 76 46 0 9 31 AC 36 21
Octal 47 202 166 106 0 11 61 254 66 41
Binary 100111 10000010 1110110 1000110 0 1001 110001 10101100 110110 100001

Color Harmonies of #278276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278276

Black with #278276

Text Example


Text Example

White with #278276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278276; }

 p { color: rgb(39,130,118); }

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

background-color css

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

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

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

border-color css

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

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

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