#26986B

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

Shades of Elf Green #26986B

Tints of Elf Green #26986B

Color information

#26986B (or 0x26986B) is unknown color: approx Elf Green. HEX triplet: 26, 98 and 6B. RGB value is (38,152,107). Sum of RGB (Red+Green+Blue) = 38+152+107=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #26986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26986B is #D96794. Grayscale: #707070. Windows color (decimal): -14247829 or 7051302. OLE color: 7051302.

HSL color Cylindrical-coordinate representation of color #26986B: hue angle of 156.32º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26986B is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB38152107-
CMYK0.7500.300.40
HSL156.32º60%37.25%-
HSV(B)156.32º75%59.61%-
XYZ14.6823.9317.76-
YUV112.78124.7374.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=12.79%
G=51.18%
B=36.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381521070.7500.300.40156.326037.25
Hex26986B4B01E289c3c25
Octal46230153113036502347445
Binary100110100110001101011100101101111010100010011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26986B; }

 p { color: rgb(38,152,107); }

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

<style>
 a { background-color: #26986B; }

 a { background-color: rgb(38,152,107); }

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

<style>
 span { border-color: #26986B; }

 span { border-color: rgb(38,152,107); }

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