#2BA14F

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

Shades of Eucalyptus #2BA14F

Tints of Eucalyptus #2BA14F

Color information

#2BA14F (or 0x2BA14F) is unknown color: approx Eucalyptus. HEX triplet: 2B, A1 and 4F. RGB value is (43,161,79). Sum of RGB (Red+Green+Blue) = 43+161+79=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA14F is #D45EB0. Grayscale: #747474. Windows color (decimal): -13917873 or 5218603. OLE color: 5218603.

HSL color Cylindrical-coordinate representation of color #2BA14F: hue angle of 138.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA14F is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB4316179-
CMYK0.7300.510.37
HSL138.31º57.84%40%-
HSV(B)138.31º73.29%63.14%-
XYZ15.1526.5711.73-
YUV116.37106.9175.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 161 (63.28% from 255) = 56.89%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=15.19%
G=56.89%
B=27.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43161790.7300.510.37138.3157.8440
Hex2BA14F49033258a3a28
Octal53241117111063452127250
Binary1010111010000110011111001001011001110010110001010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,161,79); }

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

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

 a { background-color: rgb(43,161,79); }

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

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

 span { border-color: rgb(43,161,79); }

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