#26927C

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

Shades of Elf Green #26927C

Tints of Elf Green #26927C

Color information

#26927C (or 0x26927C) is unknown color: approx Elf Green. HEX triplet: 26, 92 and 7C. RGB value is (38,146,124). Sum of RGB (Red+Green+Blue) = 38+146+124=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #26927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26927C is #D96D83. Grayscale: #6F6F6F. Windows color (decimal): -14249348 or 8163878. OLE color: 8163878.

HSL color Cylindrical-coordinate representation of color #26927C: hue angle of 167.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26927C is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB38146124-
CMYK0.7400.150.43
HSL167.78º58.7%36.08%-
HSV(B)167.78º73.97%57.25%-
XYZ14.7222.4322.62-
YUV111.2135.2275.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=12.34%
G=47.40%
B=40.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461240.7400.150.43167.7858.736.08
Hex26927C4A0F2Ba83b24
Octal46222174112017532507344
Binary10011010010010111110010010100111110101110101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,146,124); }

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

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

 a { background-color: rgb(38,146,124); }

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

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

 span { border-color: rgb(38,146,124); }

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