#278463

Color #278463 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #278463

Tints of Elf Green #278463

Color information

#278463 (or 0x278463) is unknown color: approx Elf Green. HEX triplet: 27, 84 and 63. RGB value is (39,132,99). Sum of RGB (Red+Green+Blue) = 39+132+99=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #278463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278463 is #D87B9C. Grayscale: #646464. Windows color (decimal): -14187421 or 6521895. OLE color: 6521895.

HSL color Cylindrical-coordinate representation of color #278463: hue angle of 158.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278463 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB3913299-
CMYK0.7000.250.48
HSL158.71º54.39%33.53%-
HSV(B)158.71º70.45%51.76%-
XYZ11.3417.8314.65-
YUV100.43127.1984.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.44%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=14.44%
G=48.89%
B=36.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39132990.7000.250.48158.7154.3933.53
Hex27846346019309f3622
Octal47204143106031602376642
Binary100111100001001100011100011001100111000010011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278463; }

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

 H1.HeaderClassName
 {
   color: #278463;
 }
 .AnyTagClassName
 {
   color: #278463;
 }
</style>
background-color css

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

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

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

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

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

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