#1B8B68

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

Shades of Elf Green #1B8B68

Tints of Elf Green #1B8B68

Color information

#1B8B68 (or 0x1B8B68) is unknown color: approx Elf Green. HEX triplet: 1B, 8B and 68. RGB value is (27,139,104). Sum of RGB (Red+Green+Blue) = 27+139+104=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8B68 is #E47497. Grayscale: #656565. Windows color (decimal): -14972056 or 6851355. OLE color: 6851355.

HSL color Cylindrical-coordinate representation of color #1B8B68: hue angle of 161.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8B68 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB27139104-
CMYK0.8100.250.45
HSL161.25º67.47%32.55%-
HSV(B)161.25º80.58%54.51%-
XYZ12.1819.716.26-
YUV101.52129.3974.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=10%
G=51.48%
B=38.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271391040.8100.250.45161.2567.4732.55
Hex1B8B68510192Da14321
Octal332131501210315524110341
Binary110111000101111010001010001011001101101101000011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,139,104); }

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

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

 a { background-color: rgb(27,139,104); }

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

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

 span { border-color: rgb(27,139,104); }

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