#269970

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

Shades of Elf Green #269970

Tints of Elf Green #269970

Color information

#269970 (or 0x269970) is unknown color: approx Elf Green. HEX triplet: 26, 99 and 70. RGB value is (38,153,112). Sum of RGB (Red+Green+Blue) = 38+153+112=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #269970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269970 is #D9668F. Grayscale: #717171. Windows color (decimal): -14247568 or 7379238. OLE color: 7379238.

HSL color Cylindrical-coordinate representation of color #269970: hue angle of 158.61º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269970 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB38153112-
CMYK0.7500.270.4
HSL158.61º60.21%37.45%-
HSV(B)158.61º75.16%60%-
XYZ15.1224.3619.24-
YUV113.94126.973.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=12.54%
G=50.50%
B=36.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531120.7500.270.4158.6160.2137.45
Hex2699704B01B289f3c25
Octal46231160113033502377445
Binary100110100110011110000100101101101110100010011111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269970; }

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

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

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

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

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

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

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

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