Html Css Color HEX #1B9474 Elf Green

📋 copy color: '#1B9474'

red 27 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #1B9474

Tints of Elf Green #1B9474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 9.28%
G = 50.86%
B = 39.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#1B9474 (or 0x1B9474) is known color: Elf Green. HEX triplet: 1B, 94 and 74. RGB value is (27,148,116). Sum of RGB (Red+Green+Blue) = 27+148+116=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9474 is #E46B8B. Grayscale: #6C6C6C. Windows color (decimal): -14969740 or 7640091. OLE color: 7640091.

HSL color Cylindrical-coordinate representation of color #1B9474: hue angle of 164.13º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9474 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 148 116 -
CMYK 0.82 0 0.22 0.42
HSL 164.13º 0.69% 0.34% -
HSV(B) 164.13º 0.82% 0.58% -
XYZ 14.19 22.67 20.15 -
YUV 108.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 27 148 116 0.82 0 0.22 0.42 164.13 0.69 0.34
Hex 1B 94 74 52 0 16 2A A4 45 22
Octal 33 224 164 122 0 26 52 244 105 42
Binary 11011 10010100 1110100 1010010 0 10110 101010 10100100 1000101 100010

Color Harmonies of #1B9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9474

Black with #1B9474

Text Example


Text Example

White with #1B9474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,148,116); }

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

background-color css

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

 a { background-color: rgb(27,148,116); }

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

border-color css

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

 span { border-color: rgb(27,148,116); }

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