Html Css Color HEX #1B7872 Elm

📋 copy color: '#1B7872'

red 27 ◦ green 120 ◦ blue 114

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

Shades of Elm #1B7872

Tints of Elm #1B7872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 10.34%
G = 45.98%
B = 43.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#1B7872 (or 0x1B7872) is known color: Elm. HEX triplet: 1B, 78 and 72. RGB value is (27,120,114). Sum of RGB (Red+Green+Blue) = 27+120+114=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #1B7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7872 is #E4878D. Grayscale: #5B5B5B. Windows color (decimal): -14976910 or 7501851. OLE color: 7501851.

HSL color Cylindrical-coordinate representation of color #1B7872: hue angle of 176.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7872 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 120 114 -
CMYK 0.78 0 0.05 0.53
HSL 176.13º 0.63% 0.29% -
HSV(B) 176.13º 0.78% 0.47% -
XYZ 10.21 14.88 18.25 -
YUV 91.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 27 120 114 0.78 0 0.05 0.53 176.13 0.63 0.29
Hex 1B 78 72 4E 0 5 35 B0 3F 1D
Octal 33 170 162 116 0 5 65 260 77 35
Binary 11011 1111000 1110010 1001110 0 101 110101 10110000 111111 11101

Color Harmonies of #1B7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7872

Black with #1B7872

Text Example


Text Example

White with #1B7872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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