#269570

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

Shades of Elf Green #269570

Tints of Elf Green #269570

Color information

#269570 (or 0x269570) is unknown color: approx Elf Green. HEX triplet: 26, 95 and 70. RGB value is (38,149,112). Sum of RGB (Red+Green+Blue) = 38+149+112=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #269570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269570 is #D96A8F. Grayscale: #6F6F6F. Windows color (decimal): -14248592 or 7378214. OLE color: 7378214.

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

Color convert

RGB38149112-
CMYK0.7400.250.42
HSL160º59.36%36.67%-
HSV(B)160º74.5%58.43%-
XYZ14.4723.0819.02-
YUV111.59128.2375.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=12.71%
G=49.83%
B=37.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491120.7400.250.4216059.3636.67
Hex2695704A0192Aa03b25
Octal46225160112031522407345
Binary100110100101011110000100101001100110101010100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269570; }

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

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

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

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

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

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

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

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