#26927D

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

Shades of Elf Green #26927D

Tints of Elf Green #26927D

Color information

#26927D (or 0x26927D) is unknown color: approx Elf Green. HEX triplet: 26, 92 and 7D. RGB value is (38,146,125). Sum of RGB (Red+Green+Blue) = 38+146+125=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #26927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26927D is #D96D82. Grayscale: #6F6F6F. Windows color (decimal): -14249347 or 8229414. OLE color: 8229414.

HSL color Cylindrical-coordinate representation of color #26927D: hue angle of 168.33º 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 #26927D is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB38146125-
CMYK0.7400.140.43
HSL168.33º58.7%36.08%-
HSV(B)168.33º73.97%57.25%-
XYZ14.7822.4522.96-
YUV111.31135.7275.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=12.30%
G=47.25%
B=40.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461250.7400.140.43168.3358.736.08
Hex26927D4A0E2Ba83b24
Octal46222175112016532507344
Binary10011010010010111110110010100111010101110101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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