#268661

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

Shades of Elf Green #268661

Tints of Elf Green #268661

Color information

#268661 (or 0x268661) is unknown color: approx Elf Green. HEX triplet: 26, 86 and 61. RGB value is (38,134,97). Sum of RGB (Red+Green+Blue) = 38+134+97=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #268661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268661 is #D9799E. Grayscale: #656565. Windows color (decimal): -14252447 or 6391334. OLE color: 6391334.

HSL color Cylindrical-coordinate representation of color #268661: hue angle of 156.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268661 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB3813497-
CMYK0.7200.280.47
HSL156.88º55.81%33.73%-
HSV(B)156.88º71.64%52.55%-
XYZ11.4818.3314.24-
YUV101.08125.783.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=14.13%
G=49.81%
B=36.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38134970.7200.280.47156.8855.8133.73
Hex2686614801C2F9d3822
Octal46206141110034572357042
Binary100110100001101100001100100001110010111110011101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268661; }

 p { color: rgb(38,134,97); }

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

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

 a { background-color: rgb(38,134,97); }

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

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

 span { border-color: rgb(38,134,97); }

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