Html Css Color HEX #1B966C Elf Green

📋 copy color: '#1B966C'

red 27 ◦ green 150 ◦ blue 108

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

Shades of Elf Green #1B966C

Tints of Elf Green #1B966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 9.47%
G = 52.63%
B = 37.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#1B966C (or 0x1B966C) is known color: Elf Green. HEX triplet: 1B, 96 and 6C. RGB value is (27,150,108). Sum of RGB (Red+Green+Blue) = 27+150+108=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #1B966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B966C is #E46993. Grayscale: #6C6C6C. Windows color (decimal): -14969236 or 7116315. OLE color: 7116315.

HSL color Cylindrical-coordinate representation of color #1B966C: hue angle of 159.51º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B966C is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 150 108 -
CMYK 0.82 0 0.28 0.41
HSL 159.51º 0.69% 0.35% -
HSV(B) 159.51º 0.82% 0.59% -
XYZ 14.07 23.13 17.91 -
YUV 108.44 127.75 69.92 -
System Red Green Blue C M Y K H S L
Decimal 27 150 108 0.82 0 0.28 0.41 159.51 0.69 0.35
Hex 1B 96 6C 52 0 1C 29 A0 45 23
Octal 33 226 154 122 0 34 51 240 105 43
Binary 11011 10010110 1101100 1010010 0 11100 101001 10100000 1000101 100011

Color Harmonies of #1B966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B966C

Black with #1B966C

Text Example


Text Example

White with #1B966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,150,108); }

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

background-color css

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

 a { background-color: rgb(27,150,108); }

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

border-color css

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

 span { border-color: rgb(27,150,108); }

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