#1B955D

Color #1B955D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1B955D

Tints of Elf Green #1B955D

Color information

#1B955D (or 0x1B955D) is unknown color: approx Elf Green. HEX triplet: 1B, 95 and 5D. RGB value is (27,149,93). Sum of RGB (Red+Green+Blue) = 27+149+93=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #1B955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B955D is #E46AA2. Grayscale: #6A6A6A. Windows color (decimal): -14969507 or 6133019. OLE color: 6133019.

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

Color convert

RGB2714993-
CMYK0.8200.380.42
HSL152.46º69.32%34.51%-
HSV(B)152.46º81.88%58.43%-
XYZ13.1822.5214.01-
YUV106.14120.5871.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 149 (58.59% from 255) = 55.39%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=10.04%
G=55.39%
B=34.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27149930.8200.380.42152.4669.3234.51
Hex1B955D520262A984523
Octal332251351220465223010543
Binary1101110010101101110110100100100110101010100110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,149,93); }

 H1.HeaderClassName
 {
   color: #1B955D;
 }
 .AnyTagClassName
 {
   color: #1B955D;
 }
</style>
background-color css

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

 a { background-color: rgb(27,149,93); }

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

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

 span { border-color: rgb(27,149,93); }

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