#2ba75d

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

Shades of Eucalyptus #2BA75D

Tints of Eucalyptus #2BA75D

Color information

#2BA75D (or 0x2BA75D) is unknown color: approx Eucalyptus. HEX triplet: 2B, A7 and 5D. RGB value is (43,167,93). Sum of RGB (Red+Green+Blue) = 43+167+93=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA75D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA75D is #D458A2. Grayscale: #797979. Windows color (decimal): -13916323 or 6137643. OLE color: 6137643.

HSL color Cylindrical-coordinate representation of color #2BA75D: hue angle of 144.19º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA75D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB4316793-
CMYK0.7400.440.35
HSL144.19º59.05%41.18%-
HSV(B)144.19º74.25%65.49%-
XYZ16.7928.9415.06-
YUV121.49111.9272.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.19%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=14.19%
G=55.12%
B=30.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43167930.7400.440.35144.1959.0541.18
Hex2BA75D4A02C23903b29
Octal53247135112054432207351
Binary1010111010011110111011001010010110010001110010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba75d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,167,93); }

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

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

 a { background-color: rgb(43,167,93); }

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

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

 span { border-color: rgb(43,167,93); }

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