#269472

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

Shades of Elf Green #269472

Tints of Elf Green #269472

Color information

#269472 (or 0x269472) is unknown color: approx Elf Green. HEX triplet: 26, 94 and 72. RGB value is (38,148,114). Sum of RGB (Red+Green+Blue) = 38+148+114=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #269472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269472 is #D96B8D. Grayscale: #6F6F6F. Windows color (decimal): -14248846 or 7509030. OLE color: 7509030.

HSL color Cylindrical-coordinate representation of color #269472: hue angle of 161.45º 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 #269472 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB38148114-
CMYK0.7400.230.42
HSL161.45º59.14%36.47%-
HSV(B)161.45º74.32%58.04%-
XYZ14.4322.8119.56-
YUV111.23129.5675.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=12.67%
G=49.33%
B=38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481140.7400.230.42161.4559.1436.47
Hex2694724A0172Aa13b24
Octal46224162112027522417344
Binary100110100101001110010100101001011110101010100001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269472; }

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

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

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

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

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

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

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

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