#269972

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

Shades of Elf Green #269972

Tints of Elf Green #269972

Color information

#269972 (or 0x269972) is unknown color: approx Elf Green. HEX triplet: 26, 99 and 72. RGB value is (38,153,114). Sum of RGB (Red+Green+Blue) = 38+153+114=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #269972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269972 is #D9668D. Grayscale: #727272. Windows color (decimal): -14247566 or 7510310. OLE color: 7510310.

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

Color convert

RGB38153114-
CMYK0.7500.250.4
HSL159.65º60.21%37.45%-
HSV(B)159.65º75.16%60%-
XYZ15.2324.4119.83-
YUV114.17127.973.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=12.46%
G=50.16%
B=37.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531140.7500.250.4159.6560.2137.45
Hex2699724B01928a03c25
Octal46231162113031502407445
Binary100110100110011110010100101101100110100010100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269972; }

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

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

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

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

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

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

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

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