#268564

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

Shades of Elf Green #268564

Tints of Elf Green #268564

Color information

#268564 (or 0x268564) is unknown color: approx Elf Green. HEX triplet: 26, 85 and 64. RGB value is (38,133,100). Sum of RGB (Red+Green+Blue) = 38+133+100=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #268564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268564 is #D97A9B. Grayscale: #646464. Windows color (decimal): -14252700 or 6587686. OLE color: 6587686.

HSL color Cylindrical-coordinate representation of color #268564: hue angle of 159.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268564 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB38133100-
CMYK0.7100.250.48
HSL159.16º55.56%33.53%-
HSV(B)159.16º71.43%52.16%-
XYZ11.4918.1114.95-
YUV100.83127.5383.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=14.02%
G=49.08%
B=36.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331000.7100.250.48159.1655.5633.53
Hex26856447019309f3822
Octal46205144107031602377042
Binary100110100001011100100100011101100111000010011111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268564; }

 p { color: rgb(38,133,100); }

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

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

 a { background-color: rgb(38,133,100); }

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

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

 span { border-color: rgb(38,133,100); }

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