#26846F

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

Shades of Elf Green #26846F

Tints of Elf Green #26846F

Color information

#26846F (or 0x26846F) is unknown color: approx Elf Green. HEX triplet: 26, 84 and 6F. RGB value is (38,132,111). Sum of RGB (Red+Green+Blue) = 38+132+111=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #26846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26846F is #D97B90. Grayscale: #656565. Windows color (decimal): -14252945 or 7308326. OLE color: 7308326.

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

Color convert

RGB38132111-
CMYK0.7100.160.48
HSL166.6º55.29%33.33%-
HSV(B)166.6º71.21%51.76%-
XYZ11.9218.0617.9-
YUV101.5133.3682.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=13.52%
G=46.98%
B=39.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321110.7100.160.48166.655.2933.33
Hex26846F4701030a73721
Octal46204157107020602476741
Binary100110100001001101111100011101000011000010100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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