#268F74

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

Shades of Elf Green #268F74

Tints of Elf Green #268F74

Color information

#268F74 (or 0x268F74) is unknown color: approx Elf Green. HEX triplet: 26, 8F and 74. RGB value is (38,143,116). Sum of RGB (Red+Green+Blue) = 38+143+116=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #268F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F74 is #D9708B. Grayscale: #6C6C6C. Windows color (decimal): -14250124 or 7638822. OLE color: 7638822.

HSL color Cylindrical-coordinate representation of color #268F74: hue angle of 164.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 #268F74 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB38143116-
CMYK0.7300.190.44
HSL164.57º58.01%35.49%-
HSV(B)164.57º73.43%56.08%-
XYZ13.7721.3219.91-
YUV108.53132.2177.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 143 (56.25% from 255) = 48.15%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=12.79%
G=48.15%
B=39.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381431160.7300.190.44164.5758.0135.49
Hex268F74490132Ca53a23
Octal46217164111023542457243
Binary100110100011111110100100100101001110110010100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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