#27826C

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

Shades of Elf Green #27826C

Tints of Elf Green #27826C

Color information

#27826C (or 0x27826C) is unknown color: approx Elf Green. HEX triplet: 27, 82 and 6C. RGB value is (39,130,108). Sum of RGB (Red+Green+Blue) = 39+130+108=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #27826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27826C is #D87D93. Grayscale: #646464. Windows color (decimal): -14187924 or 7111207. OLE color: 7111207.

HSL color Cylindrical-coordinate representation of color #27826C: hue angle of 165.49º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27826C is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB39130108-
CMYK0.7000.170.49
HSL165.49º53.85%33.14%-
HSV(B)165.49º70%50.98%-
XYZ11.5317.4816.95-
YUV100.28132.3584.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=14.08%
G=46.93%
B=38.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391301080.7000.170.49165.4953.8533.14
Hex27826C4601131a53621
Octal47202154106021612456641
Binary100111100000101101100100011001000111000110100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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