#268560

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

Shades of Elf Green #268560

Tints of Elf Green #268560

Color information

#268560 (or 0x268560) is unknown color: approx Elf Green. HEX triplet: 26, 85 and 60. RGB value is (38,133,96). Sum of RGB (Red+Green+Blue) = 38+133+96=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #268560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268560 is #D97A9F. Grayscale: #646464. Windows color (decimal): -14252704 or 6325542. OLE color: 6325542.

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

Color convert

RGB3813396-
CMYK0.7100.280.48
HSL156.63º55.56%33.53%-
HSV(B)156.63º71.43%52.16%-
XYZ11.318.0313.95-
YUV100.38125.5383.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=14.23%
G=49.81%
B=35.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38133960.7100.280.48156.6355.5633.53
Hex2685604701C309d3822
Octal46205140107034602357042
Binary100110100001011100000100011101110011000010011101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268560; }

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

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

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

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

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

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

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

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