#26846E

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

Shades of Elf Green #26846E

Tints of Elf Green #26846E

Color information

#26846E (or 0x26846E) is unknown color: approx Elf Green. HEX triplet: 26, 84 and 6E. RGB value is (38,132,110). Sum of RGB (Red+Green+Blue) = 38+132+110=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #26846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26846E is #D97B91. Grayscale: #656565. Windows color (decimal): -14252946 or 7242790. OLE color: 7242790.

HSL color Cylindrical-coordinate representation of color #26846E: hue angle of 165.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26846E is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB38132110-
CMYK0.7100.170.48
HSL165.96º55.29%33.33%-
HSV(B)165.96º71.21%51.76%-
XYZ11.8718.0417.61-
YUV101.39132.8682.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=13.57%
G=47.14%
B=39.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321100.7100.170.48165.9655.2933.33
Hex26846E4701130a63721
Octal46204156107021602466741
Binary100110100001001101110100011101000111000010100110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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