Html Css Color HEX #269978 Elf Green

📋 copy color: '#269978'

red 38 ◦ green 153 ◦ blue 120

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

Shades of Elf Green #269978

Tints of Elf Green #269978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

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

R = 12.22%
G = 49.2%
B = 38.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#269978 (or 0x269978) is known color: Elf Green. HEX triplet: 26, 99 and 78. RGB value is (38,153,120). Sum of RGB (Red+Green+Blue) = 38+153+120=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #269978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269978 is #D96687. Grayscale: #727272. Windows color (decimal): -14247560 or 7903526. OLE color: 7903526.

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

Color convert

RGB 38 153 120 -
CMYK 0.75 0 0.22 0.4
HSL 162.78º 0.6% 0.37% -
HSV(B) 162.78º 0.75% 0.6% -
XYZ 15.58 24.55 21.69 -
YUV 114.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 38 153 120 0.75 0 0.22 0.4 162.78 0.6 0.37
Hex 26 99 78 4B 0 16 28 A3 3C 25
Octal 46 231 170 113 0 26 50 243 74 45
Binary 100110 10011001 1111000 1001011 0 10110 101000 10100011 111100 100101

Color Harmonies of #269978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269978

Black with #269978

Text Example


Text Example

White with #269978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269978; }

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

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

background-color css

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

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

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

border-color css

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

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

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