Html Css Color HEX #269478 Elf Green

📋 copy color: '#269478'

red 38 ◦ green 148 ◦ blue 120

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

Shades of Elf Green #269478

Tints of Elf Green #269478

RGB

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

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

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

R = 12.42%
G = 48.37%
B = 39.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#269478 (or 0x269478) is known color: Elf Green. HEX triplet: 26, 94 and 78. RGB value is (38,148,120). Sum of RGB (Red+Green+Blue) = 38+148+120=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #269478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269478 is #D96B87. Grayscale: #6F6F6F. Windows color (decimal): -14248840 or 7902246. OLE color: 7902246.

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

Color convert

RGB 38 148 120 -
CMYK 0.74 0 0.19 0.42
HSL 164.73º 0.59% 0.36% -
HSV(B) 164.73º 0.74% 0.58% -
XYZ 14.78 22.95 21.42 -
YUV 111.92 132.56 75.28 -
System Red Green Blue C M Y K H S L
Decimal 38 148 120 0.74 0 0.19 0.42 164.73 0.59 0.36
Hex 26 94 78 4A 0 13 2A A5 3B 24
Octal 46 224 170 112 0 23 52 245 73 44
Binary 100110 10010100 1111000 1001010 0 10011 101010 10100101 111011 100100

Color Harmonies of #269478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269478

Black with #269478

Text Example


Text Example

White with #269478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269478; }

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

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

background-color css

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

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

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

border-color css

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

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

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