#1B907F

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

Shades of Elf Green #1B907F

Tints of Elf Green #1B907F

Color information

#1B907F (or 0x1B907F) is unknown color: approx Elf Green. HEX triplet: 1B, 90 and 7F. RGB value is (27,144,127). Sum of RGB (Red+Green+Blue) = 27+144+127=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #1B907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B907F is #E46F80. Grayscale: #6B6B6B. Windows color (decimal): -14970753 or 8359963. OLE color: 8359963.

HSL color Cylindrical-coordinate representation of color #1B907F: hue angle of 171.28º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B907F is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB27144127-
CMYK0.8100.120.44
HSL171.28º68.42%33.53%-
HSV(B)171.28º81.25%56.47%-
XYZ14.2621.7123.52-
YUV107.08139.2470.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.06%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 127 (50% from 255) = 42.62%
R=9.06%
G=48.32%
B=42.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271441270.8100.120.44171.2868.4233.53
Hex1B907F510C2Cab4422
Octal332201771210145425310442
Binary11011100100001111111101000101100101100101010111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,144,127); }

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

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

 a { background-color: rgb(27,144,127); }

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

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

 span { border-color: rgb(27,144,127); }

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