Html Css Color HEX #269778 Elf Green

📋 copy color: '#269778'

red 38 ◦ green 151 ◦ blue 120

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

Shades of Elf Green #269778

Tints of Elf Green #269778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.87%

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

R = 12.3%
G = 48.87%
B = 38.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#269778 (or 0x269778) is known color: Elf Green. HEX triplet: 26, 97 and 78. RGB value is (38,151,120). Sum of RGB (Red+Green+Blue) = 38+151+120=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #269778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269778 is #D96887. Grayscale: #717171. Windows color (decimal): -14248072 or 7903014. OLE color: 7903014.

HSL color Cylindrical-coordinate representation of color #269778: hue angle of 163.54º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269778 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 151 120 -
CMYK 0.75 0 0.21 0.41
HSL 163.54º 0.6% 0.37% -
HSV(B) 163.54º 0.75% 0.59% -
XYZ 15.26 23.9 21.58 -
YUV 113.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 38 151 120 0.75 0 0.21 0.41 163.54 0.6 0.37
Hex 26 97 78 4B 0 15 29 A4 3C 25
Octal 46 227 170 113 0 25 51 244 74 45
Binary 100110 10010111 1111000 1001011 0 10101 101001 10100100 111100 100101

Color Harmonies of #269778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269778

Black with #269778

Text Example


Text Example

White with #269778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269778; }

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

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

background-color css

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

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

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

border-color css

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

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

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