#2B9874

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

Shades of Elf Green #2B9874

Tints of Elf Green #2B9874

Color information

#2B9874 (or 0x2B9874) is unknown color: approx Elf Green. HEX triplet: 2B, 98 and 74. RGB value is (43,152,116). Sum of RGB (Red+Green+Blue) = 43+152+116=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9874 is #D4678B. Grayscale: #737373. Windows color (decimal): -13920140 or 7641131. OLE color: 7641131.

HSL color Cylindrical-coordinate representation of color #2B9874: hue angle of 160.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9874 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB43152116-
CMYK0.7200.240.40
HSL160.18º55.9%38.24%-
HSV(B)160.18º71.71%59.61%-
XYZ15.3824.2320.39-
YUV115.3128.3976.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=13.83%
G=48.87%
B=37.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431521160.7200.240.40160.1855.938.24
Hex2B98744801828a03826
Octal53230164110030502407046
Binary101011100110001110100100100001100010100010100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,116); }

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

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

 a { background-color: rgb(43,152,116); }

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

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

 span { border-color: rgb(43,152,116); }

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