Html Css Color HEX #278063 Elf Green

📋 copy color: '#278063'

red 39 ◦ green 128 ◦ blue 99

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

Shades of Elf Green #278063

Tints of Elf Green #278063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 14.66%
G = 48.12%
B = 37.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#278063 (or 0x278063) is known color: Elf Green. HEX triplet: 27, 80 and 63. RGB value is (39,128,99). Sum of RGB (Red+Green+Blue) = 39+128+99=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #278063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278063 is #D87F9C. Grayscale: #626262. Windows color (decimal): -14188445 or 6520871. OLE color: 6520871.

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

Color convert

RGB 39 128 99 -
CMYK 0.70 0 0.23 0.50
HSL 160.45º 0.53% 0.33% -
HSV(B) 160.45º 0.7% 0.5% -
XYZ 10.81 16.77 14.47 -
YUV 98.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 39 128 99 0.70 0 0.23 0.50 160.45 0.53 0.33
Hex 27 80 63 46 0 17 32 A0 35 21
Octal 47 200 143 106 0 27 62 240 65 41
Binary 100111 10000000 1100011 1000110 0 10111 110010 10100000 110101 100001

Color Harmonies of #278063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278063

Black with #278063

Text Example


Text Example

White with #278063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278063; }

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

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

background-color css

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

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

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

border-color css

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

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

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