#269775

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

Shades of Elf Green #269775

Tints of Elf Green #269775

Color information

#269775 (or 0x269775) is unknown color: approx Elf Green. HEX triplet: 26, 97 and 75. RGB value is (38,151,117). Sum of RGB (Red+Green+Blue) = 38+151+117=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #269775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269775 is #D9688A. Grayscale: #717171. Windows color (decimal): -14248075 or 7706406. OLE color: 7706406.

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

Color convert

RGB38151117-
CMYK0.7500.230.41
HSL161.95º59.79%37.06%-
HSV(B)161.95º74.83%59.22%-
XYZ15.0823.8320.63-
YUV113.34130.0674.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 151 (59.38% from 255) = 49.35%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=12.42%
G=49.35%
B=38.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381511170.7500.230.41161.9559.7937.06
Hex2697754B01729a23c25
Octal46227165113027512427445
Binary100110100101111110101100101101011110100110100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269775; }

 p { color: rgb(38,151,117); }

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

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

 a { background-color: rgb(38,151,117); }

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

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

 span { border-color: rgb(38,151,117); }

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