#269370

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

Shades of Elf Green #269370

Tints of Elf Green #269370

Color information

#269370 (or 0x269370) is unknown color: approx Elf Green. HEX triplet: 26, 93 and 70. RGB value is (38,147,112). Sum of RGB (Red+Green+Blue) = 38+147+112=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #269370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269370 is #D96C8F. Grayscale: #6E6E6E. Windows color (decimal): -14249104 or 7377702. OLE color: 7377702.

HSL color Cylindrical-coordinate representation of color #269370: hue angle of 160.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269370 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB38147112-
CMYK0.7400.240.42
HSL160.73º58.92%36.27%-
HSV(B)160.73º74.15%57.65%-
XYZ14.1622.4518.92-
YUV110.42128.8976.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=12.79%
G=49.49%
B=37.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381471120.7400.240.42160.7358.9236.27
Hex2693704A0182Aa13b24
Octal46223160112030522417344
Binary100110100100111110000100101001100010101010100001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269370; }

 p { color: rgb(38,147,112); }

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

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

 a { background-color: rgb(38,147,112); }

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

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

 span { border-color: rgb(38,147,112); }

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