#1B827B

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

Shades of Elm #1B827B

Tints of Elm #1B827B

Color information

#1B827B (or 0x1B827B) is unknown color: approx Elm. HEX triplet: 1B, 82 and 7B. RGB value is (27,130,123). Sum of RGB (Red+Green+Blue) = 27+130+123=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #1B827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B827B is #E47D84. Grayscale: #626262. Windows color (decimal): -14974341 or 8094235. OLE color: 8094235.

HSL color Cylindrical-coordinate representation of color #1B827B: hue angle of 175.92º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B827B is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB27130123-
CMYK0.7900.050.49
HSL175.92º65.61%30.78%-
HSV(B)175.92º79.23%50.98%-
XYZ12.0117.6321.51-
YUV98.41141.8877.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.64%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=9.64%
G=46.43%
B=43.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271301230.7900.050.49175.9265.6130.78
Hex1B827B4F0531b0421f
Octal33202173117056126010237
Binary110111000001011110111001111010111000110110000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,130,123); }

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

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

 a { background-color: rgb(27,130,123); }

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

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

 span { border-color: rgb(27,130,123); }

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