#27866C

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

Shades of Elf Green #27866C

Tints of Elf Green #27866C

Color information

#27866C (or 0x27866C) is unknown color: approx Elf Green. HEX triplet: 27, 86 and 6C. RGB value is (39,134,108). Sum of RGB (Red+Green+Blue) = 39+134+108=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #27866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27866C is #D87993. Grayscale: #666666. Windows color (decimal): -14186900 or 7112231. OLE color: 7112231.

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

Color convert

RGB39134108-
CMYK0.7100.190.47
HSL163.58º54.91%33.92%-
HSV(B)163.58º70.9%52.55%-
XYZ12.0718.5617.13-
YUV102.63131.0382.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=13.88%
G=47.69%
B=38.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341080.7100.190.47163.5854.9133.92
Hex27866C470132Fa43722
Octal47206154107023572446742
Binary100111100001101101100100011101001110111110100100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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