#1B8478

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

Shades of Elm #1B8478

Tints of Elm #1B8478

Color information

#1B8478 (or 0x1B8478) is unknown color: approx Elm. HEX triplet: 1B, 84 and 78. RGB value is (27,132,120). Sum of RGB (Red+Green+Blue) = 27+132+120=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #1B8478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8478 is #E47B87. Grayscale: #636363. Windows color (decimal): -14973832 or 7898139. OLE color: 7898139.

HSL color Cylindrical-coordinate representation of color #1B8478: hue angle of 173.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8478 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB27132120-
CMYK0.8000.090.48
HSL173.14º66.04%31.18%-
HSV(B)173.14º79.55%51.76%-
XYZ12.0918.0920.62-
YUV99.24139.7176.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=9.68%
G=47.31%
B=43.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal271321200.8000.090.48173.1466.0431.18
Hex1B8478500930ad421f
Octal332041701200116025510237
Binary1101110000100111100010100000100111000010101101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,132,120); }

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

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

 a { background-color: rgb(27,132,120); }

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

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

 span { border-color: rgb(27,132,120); }

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