#268C63

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

Shades of Elf Green #268C63

Tints of Elf Green #268C63

Color information

#268C63 (or 0x268C63) is unknown color: approx Elf Green. HEX triplet: 26, 8C and 63. RGB value is (38,140,99). Sum of RGB (Red+Green+Blue) = 38+140+99=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #268C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C63 is #D9739C. Grayscale: #686868. Windows color (decimal): -14250909 or 6523942. OLE color: 6523942.

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

Color convert

RGB3814099-
CMYK0.7300.290.45
HSL155.88º57.3%34.9%-
HSV(B)155.88º72.86%54.9%-
XYZ12.4320.0715.02-
YUV104.83124.7180.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=13.72%
G=50.54%
B=35.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38140990.7300.290.45155.8857.334.9
Hex268C634901D2D9c3923
Octal46214143111035552347143
Binary100110100011001100011100100101110110110110011100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,140,99); }

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

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

 a { background-color: rgb(38,140,99); }

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

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

 span { border-color: rgb(38,140,99); }

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