#26926A

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

Shades of Elf Green #26926A

Tints of Elf Green #26926A

Color information

#26926A (or 0x26926A) is unknown color: approx Elf Green. HEX triplet: 26, 92 and 6A. RGB value is (38,146,106). Sum of RGB (Red+Green+Blue) = 38+146+106=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #26926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26926A is #D96D95. Grayscale: #6D6D6D. Windows color (decimal): -14249366 or 6984230. OLE color: 6984230.

HSL color Cylindrical-coordinate representation of color #26926A: hue angle of 157.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 #26926A is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB38146106-
CMYK0.7400.270.43
HSL157.78º58.7%36.08%-
HSV(B)157.78º73.97%57.25%-
XYZ13.6822.0117.16-
YUV109.15126.2277.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=13.10%
G=50.34%
B=36.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461060.7400.270.43157.7858.736.08
Hex26926A4A01B2B9e3b24
Octal46222152112033532367344
Binary100110100100101101010100101001101110101110011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26926A; }

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

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

<style>
 a { background-color: #26926A; }

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

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

<style>
 span { border-color: #26926A; }

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

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