#268F66

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

Shades of Elf Green #268F66

Tints of Elf Green #268F66

Color information

#268F66 (or 0x268F66) is unknown color: approx Elf Green. HEX triplet: 26, 8F and 66. RGB value is (38,143,102). Sum of RGB (Red+Green+Blue) = 38+143+102=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #268F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F66 is #D97099. Grayscale: #6A6A6A. Windows color (decimal): -14250138 or 6721318. OLE color: 6721318.

HSL color Cylindrical-coordinate representation of color #268F66: hue angle of 156.57º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F66 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB38143102-
CMYK0.7300.290.44
HSL156.57º58.01%35.49%-
HSV(B)156.57º73.43%56.08%-
XYZ13.0221.0215.94-
YUV106.93125.2178.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.43%
GREEN value IS 143 (56.25% from 255) = 50.53%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=13.43%
G=50.53%
B=36.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381431020.7300.290.44156.5758.0135.49
Hex268F664901D2C9d3a23
Octal46217146111035542357243
Binary100110100011111100110100100101110110110010011101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268F66; }

 p { color: rgb(38,143,102); }

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

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

 a { background-color: rgb(38,143,102); }

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

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

 span { border-color: rgb(38,143,102); }

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