#27856C

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

Shades of Elf Green #27856C

Tints of Elf Green #27856C

Color information

#27856C (or 0x27856C) is unknown color: approx Elf Green. HEX triplet: 27, 85 and 6C. RGB value is (39,133,108). Sum of RGB (Red+Green+Blue) = 39+133+108=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #27856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27856C is #D87A93. Grayscale: #666666. Windows color (decimal): -14187156 or 7111975. OLE color: 7111975.

HSL color Cylindrical-coordinate representation of color #27856C: hue angle of 164.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27856C is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB39133108-
CMYK0.7100.190.48
HSL164.04º54.65%33.73%-
HSV(B)164.04º70.68%52.16%-
XYZ11.9318.2917.09-
YUV102.04131.3683.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=13.93%
G=47.5%
B=38.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391331080.7100.190.48164.0454.6533.73
Hex27856C4701330a43722
Octal47205154107023602446742
Binary100111100001011101100100011101001111000010100100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27856C; }

 p { color: rgb(39,133,108); }

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

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

 a { background-color: rgb(39,133,108); }

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

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

 span { border-color: rgb(39,133,108); }

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