#26966F

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

Shades of Elf Green #26966F

Tints of Elf Green #26966F

Color information

#26966F (or 0x26966F) is unknown color: approx Elf Green. HEX triplet: 26, 96 and 6F. RGB value is (38,150,111). Sum of RGB (Red+Green+Blue) = 38+150+111=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #26966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26966F is #D96990. Grayscale: #707070. Windows color (decimal): -14248337 or 7312934. OLE color: 7312934.

HSL color Cylindrical-coordinate representation of color #26966F: hue angle of 159.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26966F is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB38150111-
CMYK0.7500.260.41
HSL159.11º59.57%36.86%-
HSV(B)159.11º74.67%58.82%-
XYZ14.5723.3718.78-
YUV112.07127.3975.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 150 (58.98% from 255) = 50.17%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=12.71%
G=50.17%
B=37.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501110.7500.260.41159.1159.5736.86
Hex26966F4B01A299f3c25
Octal46226157113032512377445
Binary100110100101101101111100101101101010100110011111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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