#269072

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

Shades of Elf Green #269072

Tints of Elf Green #269072

Color information

#269072 (or 0x269072) is unknown color: approx Elf Green. HEX triplet: 26, 90 and 72. RGB value is (38,144,114). Sum of RGB (Red+Green+Blue) = 38+144+114=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #269072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269072 is #D96F8D. Grayscale: #6C6C6C. Windows color (decimal): -14249870 or 7508006. OLE color: 7508006.

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

Color convert

RGB38144114-
CMYK0.7400.210.44
HSL163.02º58.24%35.69%-
HSV(B)163.02º73.61%56.47%-
XYZ13.8121.5719.36-
YUV108.89130.8877.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=12.84%
G=48.65%
B=38.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381441140.7400.210.44163.0258.2435.69
Hex2690724A0152Ca33a24
Octal46220162112025542437244
Binary100110100100001110010100101001010110110010100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269072; }

 p { color: rgb(38,144,114); }

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

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

 a { background-color: rgb(38,144,114); }

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

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

 span { border-color: rgb(38,144,114); }

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