Html Css Color HEX #1B8570 Elf Green

📋 copy color: '#1B8570'

red 27 ◦ green 133 ◦ blue 112

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

Shades of Elf Green #1B8570

Tints of Elf Green #1B8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 9.93%
G = 48.9%
B = 41.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#1B8570 (or 0x1B8570) is known color: Elf Green. HEX triplet: 1B, 85 and 70. RGB value is (27,133,112). Sum of RGB (Red+Green+Blue) = 27+133+112=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #1B8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8570 is #E47A8F. Grayscale: #626262. Windows color (decimal): -14973584 or 7374107. OLE color: 7374107.

HSL color Cylindrical-coordinate representation of color #1B8570: hue angle of 168.11º 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 #1B8570 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 133 112 -
CMYK 0.80 0 0.16 0.48
HSL 168.11º 0.66% 0.31% -
HSV(B) 168.11º 0.8% 0.52% -
XYZ 11.76 18.18 18.22 -
YUV 98.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 27 133 112 0.80 0 0.16 0.48 168.11 0.66 0.31
Hex 1B 85 70 50 0 10 30 A8 42 1F
Octal 33 205 160 120 0 20 60 250 102 37
Binary 11011 10000101 1110000 1010000 0 10000 110000 10101000 1000010 11111

Color Harmonies of #1B8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8570

Black with #1B8570

Text Example


Text Example

White with #1B8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,133,112); }

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

background-color css

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

 a { background-color: rgb(27,133,112); }

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

border-color css

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

 span { border-color: rgb(27,133,112); }

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