#269976

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

Shades of Elf Green #269976

Tints of Elf Green #269976

Color information

#269976 (or 0x269976) is unknown color: approx Elf Green. HEX triplet: 26, 99 and 76. RGB value is (38,153,118). Sum of RGB (Red+Green+Blue) = 38+153+118=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #269976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269976 is #D96689. Grayscale: #727272. Windows color (decimal): -14247562 or 7772454. OLE color: 7772454.

HSL color Cylindrical-coordinate representation of color #269976: hue angle of 161.74º 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 #269976 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB38153118-
CMYK0.7500.230.4
HSL161.74º60.21%37.45%-
HSV(B)161.74º75.16%60%-
XYZ15.4624.521.05-
YUV114.62129.973.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 153 (60.16% from 255) = 49.51%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=12.30%
G=49.51%
B=38.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531180.7500.230.4161.7460.2137.45
Hex2699764B01728a23c25
Octal46231166113027502427445
Binary100110100110011110110100101101011110100010100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269976; }

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

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

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

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

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

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

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

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