#268565

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

Shades of Elf Green #268565

Tints of Elf Green #268565

Color information

#268565 (or 0x268565) is unknown color: approx Elf Green. HEX triplet: 26, 85 and 65. RGB value is (38,133,101). Sum of RGB (Red+Green+Blue) = 38+133+101=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #268565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268565 is #D97A9A. Grayscale: #646464. Windows color (decimal): -14252699 or 6653222. OLE color: 6653222.

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

Color convert

RGB38133101-
CMYK0.7100.240.48
HSL159.79º55.56%33.53%-
HSV(B)159.79º71.43%52.16%-
XYZ11.5418.1315.2-
YUV100.95128.0383.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=13.97%
G=48.90%
B=37.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331010.7100.240.48159.7955.5633.53
Hex2685654701830a03822
Octal46205145107030602407042
Binary100110100001011100101100011101100011000010100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268565; }

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

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

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

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

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

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

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

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