#269176

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

Shades of Elf Green #269176

Tints of Elf Green #269176

Color information

#269176 (or 0x269176) is unknown color: approx Elf Green. HEX triplet: 26, 91 and 76. RGB value is (38,145,118). Sum of RGB (Red+Green+Blue) = 38+145+118=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #269176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269176 is #D96E89. Grayscale: #6D6D6D. Windows color (decimal): -14249610 or 7770406. OLE color: 7770406.

HSL color Cylindrical-coordinate representation of color #269176: hue angle of 164.86º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269176 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB38145118-
CMYK0.7400.190.43
HSL164.86º58.47%35.88%-
HSV(B)164.86º73.79%56.86%-
XYZ14.1921.9720.63-
YUV109.93132.5576.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=12.62%
G=48.17%
B=39.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381451180.7400.190.43164.8658.4735.88
Hex2691764A0132Ba53a24
Octal46221166112023532457244
Binary100110100100011110110100101001001110101110100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269176; }

 p { color: rgb(38,145,118); }

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

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

 a { background-color: rgb(38,145,118); }

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

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

 span { border-color: rgb(38,145,118); }

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