#269066

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

Shades of Elf Green #269066

Tints of Elf Green #269066

Color information

#269066 (or 0x269066) is unknown color: approx Elf Green. HEX triplet: 26, 90 and 66. RGB value is (38,144,102). Sum of RGB (Red+Green+Blue) = 38+144+102=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #269066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269066 is #D96F99. Grayscale: #6B6B6B. Windows color (decimal): -14249882 or 6721574. OLE color: 6721574.

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

Color convert

RGB38144102-
CMYK0.7400.290.44
HSL156.23º58.24%35.69%-
HSV(B)156.23º73.61%56.47%-
XYZ13.1721.3215.99-
YUV107.52124.8878.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=13.38%
G=50.70%
B=35.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381441020.7400.290.44156.2358.2435.69
Hex2690664A01D2C9c3a24
Octal46220146112035542347244
Binary100110100100001100110100101001110110110010011100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269066; }

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

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

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

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

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

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

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

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