#269975

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

Shades of Elf Green #269975

Tints of Elf Green #269975

Color information

#269975 (or 0x269975) is unknown color: approx Elf Green. HEX triplet: 26, 99 and 75. RGB value is (38,153,117). Sum of RGB (Red+Green+Blue) = 38+153+117=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #269975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269975 is #D9668A. Grayscale: #727272. Windows color (decimal): -14247563 or 7706918. OLE color: 7706918.

HSL color Cylindrical-coordinate representation of color #269975: hue angle of 161.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269975 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB38153117-
CMYK0.7500.240.4
HSL161.22º60.21%37.45%-
HSV(B)161.22º75.16%60%-
XYZ15.424.4820.74-
YUV114.51129.473.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=12.34%
G=49.68%
B=37.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531170.7500.240.4161.2260.2137.45
Hex2699754B01828a13c25
Octal46231165113030502417445
Binary100110100110011110101100101101100010100010100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269975; }

 p { color: rgb(38,153,117); }

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

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

 a { background-color: rgb(38,153,117); }

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

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

 span { border-color: rgb(38,153,117); }

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