#269276

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

Shades of Elf Green #269276

Tints of Elf Green #269276

Color information

#269276 (or 0x269276) is unknown color: approx Elf Green. HEX triplet: 26, 92 and 76. RGB value is (38,146,118). Sum of RGB (Red+Green+Blue) = 38+146+118=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #269276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269276 is #D96D89. Grayscale: #6E6E6E. Windows color (decimal): -14249354 or 7770662. OLE color: 7770662.

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

Color convert

RGB38146118-
CMYK0.7400.190.43
HSL164.44º58.7%36.08%-
HSV(B)164.44º73.97%57.25%-
XYZ14.3522.2820.68-
YUV110.52132.2276.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=12.58%
G=48.34%
B=39.07%

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
Decimal381461180.7400.190.43164.4458.736.08
Hex2692764A0132Ba43b24
Octal46222166112023532447344
Binary100110100100101110110100101001001110101110100100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269276; }

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

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

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

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

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

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

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

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