#27866B

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

Shades of Elf Green #27866B

Tints of Elf Green #27866B

Color information

#27866B (or 0x27866B) is unknown color: approx Elf Green. HEX triplet: 27, 86 and 6B. RGB value is (39,134,107). Sum of RGB (Red+Green+Blue) = 39+134+107=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #27866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27866B is #D87994. Grayscale: #666666. Windows color (decimal): -14186901 or 7046695. OLE color: 7046695.

HSL color Cylindrical-coordinate representation of color #27866B: hue angle of 162.95º 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 #27866B is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB39134107-
CMYK0.7100.200.47
HSL162.95º54.91%33.92%-
HSV(B)162.95º70.9%52.55%-
XYZ12.0218.5416.86-
YUV102.52130.5382.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=13.93%
G=47.86%
B=38.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341070.7100.200.47162.9554.9133.92
Hex27866B470142Fa33722
Octal47206153107024572436742
Binary100111100001101101011100011101010010111110100011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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