Html Css Color HEX #269178 Elf Green

📋 copy color: '#269178'

red 38 ◦ green 145 ◦ blue 120

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

Shades of Elf Green #269178

Tints of Elf Green #269178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 12.54%
G = 47.85%
B = 39.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#269178 (or 0x269178) is known color: Elf Green. HEX triplet: 26, 91 and 78. RGB value is (38,145,120). Sum of RGB (Red+Green+Blue) = 38+145+120=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #269178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269178 is #D96E87. Grayscale: #6E6E6E. Windows color (decimal): -14249608 or 7901478. OLE color: 7901478.

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

Color convert

RGB 38 145 120 -
CMYK 0.74 0 0.17 0.43
HSL 165.98º 0.58% 0.36% -
HSV(B) 165.98º 0.74% 0.57% -
XYZ 14.31 22.02 21.26 -
YUV 110.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 38 145 120 0.74 0 0.17 0.43 165.98 0.58 0.36
Hex 26 91 78 4A 0 11 2B A6 3A 24
Octal 46 221 170 112 0 21 53 246 72 44
Binary 100110 10010001 1111000 1001010 0 10001 101011 10100110 111010 100100

Color Harmonies of #269178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269178

Black with #269178

Text Example


Text Example

White with #269178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269178; }

 p { color: rgb(38,145,120); }

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

background-color css

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

 a { background-color: rgb(38,145,120); }

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

border-color css

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

 span { border-color: rgb(38,145,120); }

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