Html Css Color HEX #278275 Elm

📋 copy color: '#278275'

red 39 ◦ green 130 ◦ blue 117

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

Shades of Elm #278275

Tints of Elm #278275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 13.64%
G = 45.45%
B = 40.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#278275 (or 0x278275) is known color: Elm. HEX triplet: 27, 82 and 75. RGB value is (39,130,117). Sum of RGB (Red+Green+Blue) = 39+130+117=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #278275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278275 is #D87D8A. Grayscale: #656565. Windows color (decimal): -14187915 or 7701031. OLE color: 7701031.

HSL color Cylindrical-coordinate representation of color #278275: hue angle of 171.43º 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 #278275 is Cyan = 0.70, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 130 117 -
CMYK 0.70 0 0.1 0.49
HSL 171.43º 0.54% 0.33% -
HSV(B) 171.43º 0.7% 0.51% -
XYZ 12.03 17.68 19.61 -
YUV 101.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 39 130 117 0.70 0 0.1 0.49 171.43 0.54 0.33
Hex 27 82 75 46 0 A 31 AB 36 21
Octal 47 202 165 106 0 12 61 253 66 41
Binary 100111 10000010 1110101 1000110 0 1010 110001 10101011 110110 100001

Color Harmonies of #278275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278275

Black with #278275

Text Example


Text Example

White with #278275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278275; }

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

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

background-color css

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

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

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

border-color css

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

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

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