#2B936C

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

Shades of Elf Green #2B936C

Tints of Elf Green #2B936C

Color information

#2B936C (or 0x2B936C) is unknown color: approx Elf Green. HEX triplet: 2B, 93 and 6C. RGB value is (43,147,108). Sum of RGB (Red+Green+Blue) = 43+147+108=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #2B936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B936C is #D46C93. Grayscale: #6F6F6F. Windows color (decimal): -13921428 or 7115563. OLE color: 7115563.

HSL color Cylindrical-coordinate representation of color #2B936C: hue angle of 157.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B936C is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB43147108-
CMYK0.7100.270.42
HSL157.5º54.74%37.25%-
HSV(B)157.5º70.75%57.65%-
XYZ14.1422.4617.78-
YUV111.46126.0479.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=14.43%
G=49.33%
B=36.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431471080.7100.270.42157.554.7437.25
Hex2B936C4701B2A9e3725
Octal53223154107033522366745
Binary101011100100111101100100011101101110101010011110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B936C; }

 p { color: rgb(43,147,108); }

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

<style>
 a { background-color: #2B936C; }

 a { background-color: rgb(43,147,108); }

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

<style>
 span { border-color: #2B936C; }

 span { border-color: rgb(43,147,108); }

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