#268471

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

Shades of Elf Green #268471

Tints of Elf Green #268471

Color information

#268471 (or 0x268471) is unknown color: approx Elf Green. HEX triplet: 26, 84 and 71. RGB value is (38,132,113). Sum of RGB (Red+Green+Blue) = 38+132+113=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #268471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268471 is #D97B8E. Grayscale: #656565. Windows color (decimal): -14252943 or 7439398. OLE color: 7439398.

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

Color convert

RGB38132113-
CMYK0.7100.140.48
HSL167.87º55.29%33.33%-
HSV(B)167.87º71.21%51.76%-
XYZ12.0318.1118.48-
YUV101.73134.3682.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.43%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=13.43%
G=46.64%
B=39.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321130.7100.140.48167.8755.2933.33
Hex268471470E30a83721
Octal46204161107016602506741
Binary10011010000100111000110001110111011000010101000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268471; }

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

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

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

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

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

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

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

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