Html Css Color HEX #1B8073 Elm

📋 copy color: '#1B8073'

red 27 ◦ green 128 ◦ blue 115

#1B8073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1B8073

Tints of Elm #1B8073

RGB

 RED value IS 27 (10.94% from 255) = 10%

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 10%
G = 47.41%
B = 42.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#1B8073 (or 0x1B8073) is known color: Elm. HEX triplet: 1B, 80 and 73. RGB value is (27,128,115). Sum of RGB (Red+Green+Blue) = 27+128+115=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #1B8073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8073 is #E47F8C. Grayscale: #606060. Windows color (decimal): -14974861 or 7569435. OLE color: 7569435.

HSL color Cylindrical-coordinate representation of color #1B8073: hue angle of 172.28º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8073 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 128 115 -
CMYK 0.79 0 0.10 0.50
HSL 172.28º 0.65% 0.3% -
HSV(B) 172.28º 0.79% 0.5% -
XYZ 11.27 16.91 18.89 -
YUV 96.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 27 128 115 0.79 0 0.10 0.50 172.28 0.65 0.3
Hex 1B 80 73 4F 0 A 32 AC 41 1E
Octal 33 200 163 117 0 12 62 254 101 36
Binary 11011 10000000 1110011 1001111 0 1010 110010 10101100 1000001 11110

Color Harmonies of #1B8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8073

Black with #1B8073

Text Example


Text Example

White with #1B8073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B8073;
 }
 .AnyTagClassName
 {
   color: #1B8073;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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