#269D73

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

Shades of Elf Green #269D73

Tints of Elf Green #269D73

Color information

#269D73 (or 0x269D73) is unknown color: approx Elf Green. HEX triplet: 26, 9D and 73. RGB value is (38,157,115). Sum of RGB (Red+Green+Blue) = 38+157+115=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #269D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D73 is #D9628C. Grayscale: #747474. Windows color (decimal): -14246541 or 7576870. OLE color: 7576870.

HSL color Cylindrical-coordinate representation of color #269D73: hue angle of 158.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D73 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB38157115-
CMYK0.7600.270.38
HSL158.82º61.03%38.24%-
HSV(B)158.82º75.8%61.57%-
XYZ15.9525.7620.35-
YUV116.63127.0871.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=12.26%
G=50.65%
B=37.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381571150.7600.270.38158.8261.0338.24
Hex269D734C01B269f3d26
Octal46235163114033462377546
Binary100110100111011110011100110001101110011010011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269D73; }

 p { color: rgb(38,157,115); }

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

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

 a { background-color: rgb(38,157,115); }

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

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

 span { border-color: rgb(38,157,115); }

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