#1B9973

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

Shades of Elf Green #1B9973

Tints of Elf Green #1B9973

Color information

#1B9973 (or 0x1B9973) is unknown color: approx Elf Green. HEX triplet: 1B, 99 and 73. RGB value is (27,153,115). Sum of RGB (Red+Green+Blue) = 27+153+115=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9973 is #E4668C. Grayscale: #6F6F6F. Windows color (decimal): -14968461 or 7575835. OLE color: 7575835.

HSL color Cylindrical-coordinate representation of color #1B9973: hue angle of 161.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9973 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB27153115-
CMYK0.8200.250.4
HSL161.9º70%35.29%-
HSV(B)161.9º82.35%60%-
XYZ14.9424.2520.11-
YUV110.99130.2668.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=9.15%
G=51.86%
B=38.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271531150.8200.250.4161.97035.29
Hex1B99735201928a24623
Octal332311631220315024210643
Binary110111001100111100111010010011001101000101000101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,153,115); }

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

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

 a { background-color: rgb(27,153,115); }

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

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

 span { border-color: rgb(27,153,115); }

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