Html Css Color HEX #269879 Elf Green

📋 copy color: '#269879'

red 38 ◦ green 152 ◦ blue 121

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

Shades of Elf Green #269879

Tints of Elf Green #269879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.87%

 BLUE value IS 121 (47.66% from 255) = 38.91%

R = 12.22%
G = 48.87%
B = 38.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#269879 (or 0x269879) is known color: Elf Green. HEX triplet: 26, 98 and 79. RGB value is (38,152,121). Sum of RGB (Red+Green+Blue) = 38+152+121=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #269879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269879 is #D96786. Grayscale: #727272. Windows color (decimal): -14247815 or 7968806. OLE color: 7968806.

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

Color convert

RGB 38 152 121 -
CMYK 0.75 0 0.20 0.40
HSL 163.68º 0.6% 0.37% -
HSV(B) 163.68º 0.75% 0.6% -
XYZ 15.48 24.25 21.95 -
YUV 114.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 38 152 121 0.75 0 0.20 0.40 163.68 0.6 0.37
Hex 26 98 79 4B 0 14 28 A4 3C 25
Octal 46 230 171 113 0 24 50 244 74 45
Binary 100110 10011000 1111001 1001011 0 10100 101000 10100100 111100 100101

Color Harmonies of #269879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269879

Black with #269879

Text Example


Text Example

White with #269879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269879; }

 p { color: rgb(38,152,121); }

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

background-color css

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

 a { background-color: rgb(38,152,121); }

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

border-color css

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

 span { border-color: rgb(38,152,121); }

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