#269D74

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

Shades of Elf Green #269D74

Tints of Elf Green #269D74

Color information

#269D74 (or 0x269D74) is unknown color: approx Elf Green. HEX triplet: 26, 9D and 74. RGB value is (38,157,116). Sum of RGB (Red+Green+Blue) = 38+157+116=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #269D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D74 is #D9628B. Grayscale: #747474. Windows color (decimal): -14246540 or 7642406. OLE color: 7642406.

HSL color Cylindrical-coordinate representation of color #269D74: hue angle of 159.33º 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 #269D74 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB38157116-
CMYK0.7600.260.38
HSL159.33º61.03%38.24%-
HSV(B)159.33º75.8%61.57%-
XYZ16.0125.7920.66-
YUV116.74127.5871.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 157 (61.72% from 255) = 50.48%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=12.22%
G=50.48%
B=37.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381571160.7600.260.38159.3361.0338.24
Hex269D744C01A269f3d26
Octal46235164114032462377546
Binary100110100111011110100100110001101010011010011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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