#269569

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

Shades of Elf Green #269569

Tints of Elf Green #269569

Color information

#269569 (or 0x269569) is unknown color: approx Elf Green. HEX triplet: 26, 95 and 69. RGB value is (38,149,105). Sum of RGB (Red+Green+Blue) = 38+149+105=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #269569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269569 is #D96A96. Grayscale: #6E6E6E. Windows color (decimal): -14248599 or 6919462. OLE color: 6919462.

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

Color convert

RGB38149105-
CMYK0.7400.300.42
HSL156.22º59.36%36.67%-
HSV(B)156.22º74.5%58.43%-
XYZ14.122.9317.05-
YUV110.79124.7376.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 149 (58.59% from 255) = 51.03%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=13.01%
G=51.03%
B=35.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491050.7400.300.42156.2259.3636.67
Hex2695694A01E2A9c3b25
Octal46225151112036522347345
Binary100110100101011101001100101001111010101010011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269569; }

 p { color: rgb(38,149,105); }

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

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

 a { background-color: rgb(38,149,105); }

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

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

 span { border-color: rgb(38,149,105); }

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