#27826B

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

Shades of Elf Green #27826B

Tints of Elf Green #27826B

Color information

#27826B (or 0x27826B) is unknown color: approx Elf Green. HEX triplet: 27, 82 and 6B. RGB value is (39,130,107). Sum of RGB (Red+Green+Blue) = 39+130+107=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #27826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27826B is #D87D94. Grayscale: #646464. Windows color (decimal): -14187925 or 7045671. OLE color: 7045671.

HSL color Cylindrical-coordinate representation of color #27826B: hue angle of 164.84º 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 #27826B is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB39130107-
CMYK0.7000.180.49
HSL164.84º53.85%33.14%-
HSV(B)164.84º70%50.98%-
XYZ11.4717.4616.67-
YUV100.17131.8584.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=14.13%
G=47.10%
B=38.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391301070.7000.180.49164.8453.8533.14
Hex27826B4601231a53621
Octal47202153106022612456641
Binary100111100000101101011100011001001011000110100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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