#26996F

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

Shades of Elf Green #26996F

Tints of Elf Green #26996F

Color information

#26996F (or 0x26996F) is unknown color: approx Elf Green. HEX triplet: 26, 99 and 6F. RGB value is (38,153,111). Sum of RGB (Red+Green+Blue) = 38+153+111=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #26996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26996F is #D96690. Grayscale: #717171. Windows color (decimal): -14247569 or 7313702. OLE color: 7313702.

HSL color Cylindrical-coordinate representation of color #26996F: hue angle of 158.09º 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 #26996F is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB38153111-
CMYK0.7500.270.4
HSL158.09º60.21%37.45%-
HSV(B)158.09º75.16%60%-
XYZ15.0624.3418.94-
YUV113.83126.473.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=12.58%
G=50.66%
B=36.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531110.7500.270.4158.0960.2137.45
Hex26996F4B01B289e3c25
Octal46231157113033502367445
Binary100110100110011101111100101101101110100010011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26996F; }

 p { color: rgb(38,153,111); }

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

<style>
 a { background-color: #26996F; }

 a { background-color: rgb(38,153,111); }

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

<style>
 span { border-color: #26996F; }

 span { border-color: rgb(38,153,111); }

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