Html Css Color HEX #269479 Elf Green

📋 copy color: '#269479'

red 38 ◦ green 148 ◦ blue 121

#269479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #269479

Tints of Elf Green #269479

RGB

 RED value IS 38 (15.23% from 255) = 12.38%

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 12.38%
G = 48.21%
B = 39.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#269479 (or 0x269479) is known color: Elf Green. HEX triplet: 26, 94 and 79. RGB value is (38,148,121). Sum of RGB (Red+Green+Blue) = 38+148+121=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #269479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269479 is #D96B86. Grayscale: #707070. Windows color (decimal): -14248839 or 7967782. OLE color: 7967782.

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

Color convert

RGB 38 148 121 -
CMYK 0.74 0 0.18 0.42
HSL 165.27º 0.59% 0.36% -
HSV(B) 165.27º 0.74% 0.58% -
XYZ 14.84 22.97 21.74 -
YUV 112.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 38 148 121 0.74 0 0.18 0.42 165.27 0.59 0.36
Hex 26 94 79 4A 0 12 2A A5 3B 24
Octal 46 224 171 112 0 22 52 245 73 44
Binary 100110 10010100 1111001 1001010 0 10010 101010 10100101 111011 100100

Color Harmonies of #269479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269479

Black with #269479

Text Example


Text Example

White with #269479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269479; }

 p { color: rgb(38,148,121); }

 H1.HeaderClassName
 {
   color: #269479;
 }
 .AnyTagClassName
 {
   color: #269479;
 }
</style>

background-color css

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

 a { background-color: rgb(38,148,121); }

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

border-color css

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

 span { border-color: rgb(38,148,121); }

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