#268B69

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

Shades of Elf Green #268B69

Tints of Elf Green #268B69

Color information

#268B69 (or 0x268B69) is unknown color: approx Elf Green. HEX triplet: 26, 8B and 69. RGB value is (38,139,105). Sum of RGB (Red+Green+Blue) = 38+139+105=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #268B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B69 is #D97496. Grayscale: #686868. Windows color (decimal): -14251159 or 6916902. OLE color: 6916902.

HSL color Cylindrical-coordinate representation of color #268B69: hue angle of 159.8º 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 #268B69 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB38139105-
CMYK0.7300.240.45
HSL159.8º57.06%34.71%-
HSV(B)159.8º72.66%54.51%-
XYZ12.5819.916.54-
YUV104.92128.0480.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 139 (54.69% from 255) = 49.29%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=13.48%
G=49.29%
B=37.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381391050.7300.240.45159.857.0634.71
Hex268B69490182Da03923
Octal46213151111030552407143
Binary100110100010111101001100100101100010110110100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,139,105); }

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

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

 a { background-color: rgb(38,139,105); }

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

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

 span { border-color: rgb(38,139,105); }

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