Html Css Color HEX #119268 Elf Green

📋 copy color: '#119268'

red 17 ◦ green 146 ◦ blue 104

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

Shades of Elf Green #119268

Tints of Elf Green #119268

RGB

 RED value IS 17 (7.03% from 255) = 6.37%

 GREEN value IS 146 (57.42% from 255) = 54.68%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 6.37%
G = 54.68%
B = 38.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#119268 (or 0x119268) is known color: Elf Green. HEX triplet: 11, 92 and 68. RGB value is (17,146,104). Sum of RGB (Red+Green+Blue) = 17+146+104=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #119268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119268 is #EE6D97. Grayscale: #666666. Windows color (decimal): -15625624 or 6853137. OLE color: 6853137.

HSL color Cylindrical-coordinate representation of color #119268: hue angle of 160.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119268 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 146 104 -
CMYK 0.88 0 0.29 0.43
HSL 160.47º 0.79% 0.32% -
HSV(B) 160.47º 0.88% 0.57% -
XYZ 13.01 21.68 16.6 -
YUV 102.64 128.76 66.92 -
System Red Green Blue C M Y K H S L
Decimal 17 146 104 0.88 0 0.29 0.43 160.47 0.79 0.32
Hex 11 92 68 58 0 1D 2B A0 4F 20
Octal 21 222 150 130 0 35 53 240 117 40
Binary 10001 10010010 1101000 1011000 0 11101 101011 10100000 1001111 100000

Color Harmonies of #119268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119268

Black with #119268

Text Example


Text Example

White with #119268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119268; }

 p { color: rgb(17,146,104); }

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

background-color css

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

 a { background-color: rgb(17,146,104); }

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

border-color css

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

 span { border-color: rgb(17,146,104); }

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