Html Css Color HEX #269376 Elf Green

📋 copy color: '#269376'

red 38 ◦ green 147 ◦ blue 118

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

Shades of Elf Green #269376

Tints of Elf Green #269376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 12.54%
G = 48.51%
B = 38.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#269376 (or 0x269376) is known color: Elf Green. HEX triplet: 26, 93 and 76. RGB value is (38,147,118). Sum of RGB (Red+Green+Blue) = 38+147+118=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #269376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269376 is #D96C89. Grayscale: #6F6F6F. Windows color (decimal): -14249098 or 7770918. OLE color: 7770918.

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

Color convert

RGB 38 147 118 -
CMYK 0.74 0 0.20 0.42
HSL 164.04º 0.59% 0.36% -
HSV(B) 164.04º 0.74% 0.58% -
XYZ 14.5 22.59 20.73 -
YUV 111.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 38 147 118 0.74 0 0.20 0.42 164.04 0.59 0.36
Hex 26 93 76 4A 0 14 2A A4 3B 24
Octal 46 223 166 112 0 24 52 244 73 44
Binary 100110 10010011 1110110 1001010 0 10100 101010 10100100 111011 100100

Color Harmonies of #269376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269376

Black with #269376

Text Example


Text Example

White with #269376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269376; }

 p { color: rgb(38,147,118); }

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

background-color css

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

 a { background-color: rgb(38,147,118); }

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

border-color css

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

 span { border-color: rgb(38,147,118); }

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