#269873

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

Shades of Elf Green #269873

Tints of Elf Green #269873

Color information

#269873 (or 0x269873) is unknown color: approx Elf Green. HEX triplet: 26, 98 and 73. RGB value is (38,152,115). Sum of RGB (Red+Green+Blue) = 38+152+115=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #269873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269873 is #D9678C. Grayscale: #717171. Windows color (decimal): -14247821 or 7575590. OLE color: 7575590.

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

Color convert

RGB38152115-
CMYK0.7500.240.40
HSL160.53º60%37.25%-
HSV(B)160.53º75%59.61%-
XYZ15.1224.1120.08-
YUV113.7128.7374.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=12.46%
G=49.84%
B=37.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381521150.7500.240.40160.536037.25
Hex2698734B01828a13c25
Octal46230163113030502417445
Binary100110100110001110011100101101100010100010100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269873; }

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

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

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

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

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

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

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

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