#269174

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

Shades of Elf Green #269174

Tints of Elf Green #269174

Color information

#269174 (or 0x269174) is unknown color: approx Elf Green. HEX triplet: 26, 91 and 74. RGB value is (38,145,116). Sum of RGB (Red+Green+Blue) = 38+145+116=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #269174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269174 is #D96E8B. Grayscale: #6D6D6D. Windows color (decimal): -14249612 or 7639334. OLE color: 7639334.

HSL color Cylindrical-coordinate representation of color #269174: hue angle of 163.74º 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 #269174 is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB38145116-
CMYK0.7400.20.43
HSL163.74º58.47%35.88%-
HSV(B)163.74º73.79%56.86%-
XYZ14.0821.9220.01-
YUV109.7131.5576.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 145 (57.03% from 255) = 48.49%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=12.71%
G=48.49%
B=38.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381451160.7400.20.43163.7458.4735.88
Hex2691744A0142Ba43a24
Octal46221164112024532447244
Binary100110100100011110100100101001010010101110100100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269174; }

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

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

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

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

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

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

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

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