#1B957E

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

Shades of Elf Green #1B957E

Tints of Elf Green #1B957E

Color information

#1B957E (or 0x1B957E) is unknown color: approx Elf Green. HEX triplet: 1B, 95 and 7E. RGB value is (27,149,126). Sum of RGB (Red+Green+Blue) = 27+149+126=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #1B957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B957E is #E46A81. Grayscale: #6D6D6D. Windows color (decimal): -14969474 or 8295707. OLE color: 8295707.

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

Color convert

RGB27149126-
CMYK0.8200.150.42
HSL168.69º69.32%34.51%-
HSV(B)168.69º81.88%58.43%-
XYZ14.9723.2323.43-
YUV109.9137.0868.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.94%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=8.94%
G=49.34%
B=41.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271491260.8200.150.42168.6969.3234.51
Hex1B957E520F2Aa94523
Octal332251761220175225110543
Binary11011100101011111110101001001111101010101010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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