#269B72

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

Shades of Elf Green #269B72

Tints of Elf Green #269B72

Color information

#269B72 (or 0x269B72) is unknown color: approx Elf Green. HEX triplet: 26, 9B and 72. RGB value is (38,155,114). Sum of RGB (Red+Green+Blue) = 38+155+114=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #269B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B72 is #D9648D. Grayscale: #737373. Windows color (decimal): -14247054 or 7510822. OLE color: 7510822.

HSL color Cylindrical-coordinate representation of color #269B72: hue angle of 158.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B72 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB38155114-
CMYK0.7500.260.39
HSL158.97º60.62%37.84%-
HSV(B)158.97º75.48%60.78%-
XYZ15.5625.0719.94-
YUV115.34127.2472.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=12.38%
G=50.49%
B=37.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551140.7500.260.39158.9760.6237.84
Hex269B724B01A279f3d26
Octal46233162113032472377546
Binary100110100110111110010100101101101010011110011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269B72; }

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

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

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

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

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

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

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

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