#26846B

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

Shades of Elf Green #26846B

Tints of Elf Green #26846B

Color information

#26846B (or 0x26846B) is unknown color: approx Elf Green. HEX triplet: 26, 84 and 6B. RGB value is (38,132,107). Sum of RGB (Red+Green+Blue) = 38+132+107=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #26846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26846B is #D97B94. Grayscale: #656565. Windows color (decimal): -14252949 or 7046182. OLE color: 7046182.

HSL color Cylindrical-coordinate representation of color #26846B: hue angle of 164.04º 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 #26846B is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB38132107-
CMYK0.7100.190.48
HSL164.04º55.29%33.33%-
HSV(B)164.04º71.21%51.76%-
XYZ11.717.9816.76-
YUV101.04131.3683.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=13.72%
G=47.65%
B=38.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321070.7100.190.48164.0455.2933.33
Hex26846B4701330a43721
Octal46204153107023602446741
Binary100110100001001101011100011101001111000010100100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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