#268970

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

Shades of Elf Green #268970

Tints of Elf Green #268970

Color information

#268970 (or 0x268970) is unknown color: approx Elf Green. HEX triplet: 26, 89 and 70. RGB value is (38,137,112). Sum of RGB (Red+Green+Blue) = 38+137+112=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #268970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268970 is #D9768F. Grayscale: #686868. Windows color (decimal): -14251664 or 7375142. OLE color: 7375142.

HSL color Cylindrical-coordinate representation of color #268970: hue angle of 164.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268970 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB38137112-
CMYK0.7200.180.46
HSL164.85º56.57%34.31%-
HSV(B)164.85º72.26%53.73%-
XYZ12.6719.4718.42-
YUV104.55132.280.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=13.24%
G=47.74%
B=39.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381371120.7200.180.46164.8556.5734.31
Hex268970480122Ea53922
Octal46211160110022562457142
Binary100110100010011110000100100001001010111010100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268970; }

 p { color: rgb(38,137,112); }

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

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

 a { background-color: rgb(38,137,112); }

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

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

 span { border-color: rgb(38,137,112); }

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