#26926E

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

Shades of Elf Green #26926E

Tints of Elf Green #26926E

Color information

#26926E (or 0x26926E) is unknown color: approx Elf Green. HEX triplet: 26, 92 and 6E. RGB value is (38,146,110). Sum of RGB (Red+Green+Blue) = 38+146+110=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #26926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26926E is #D96D91. Grayscale: #6D6D6D. Windows color (decimal): -14249362 or 7246374. OLE color: 7246374.

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

Color convert

RGB38146110-
CMYK0.7400.250.43
HSL160º58.7%36.08%-
HSV(B)160º73.97%57.25%-
XYZ13.8922.118.28-
YUV109.6128.2276.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=12.93%
G=49.66%
B=37.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461100.7400.250.4316058.736.08
Hex26926E4A0192Ba03b24
Octal46222156112031532407344
Binary100110100100101101110100101001100110101110100000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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