#1B967E

Color #1B967E Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1B967E

Tints of Elf Green #1B967E

Color information

#1B967E (or 0x1B967E) is unknown color: approx Elf Green. HEX triplet: 1B, 96 and 7E. RGB value is (27,150,126). Sum of RGB (Red+Green+Blue) = 27+150+126=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #1B967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B967E is #E46981. Grayscale: #6E6E6E. Windows color (decimal): -14969218 or 8295963. OLE color: 8295963.

HSL color Cylindrical-coordinate representation of color #1B967E: hue angle of 168.29º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B967E is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB27150126-
CMYK0.8200.160.41
HSL168.29º69.49%34.71%-
HSV(B)168.29º82%58.82%-
XYZ15.1223.5523.49-
YUV110.49136.7568.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=8.91%
G=49.50%
B=41.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal271501260.8200.160.41168.2969.4934.71
Hex1B967E5201029a84523
Octal332261761220205125010543
Binary110111001011011111101010010010000101001101010001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B967E; }

 p { color: rgb(27,150,126); }

 H1.HeaderClassName
 {
   color: #1B967E;
 }
 .AnyTagClassName
 {
   color: #1B967E;
 }
</style>
background-color css

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

 a { background-color: rgb(27,150,126); }

 div.DivClassName
 {
   background-color: #1B967E;
 }
 .BgClassName
 {
   background-color: #1B967E;
 }
</style>
border-color css

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

 span { border-color: rgb(27,150,126); }

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