#2BA365

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

Shades of Eucalyptus #2BA365

Tints of Eucalyptus #2BA365

Color information

#2BA365 (or 0x2BA365) is unknown color: approx Eucalyptus. HEX triplet: 2B, A3 and 65. RGB value is (43,163,101). Sum of RGB (Red+Green+Blue) = 43+163+101=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA365 is #D45C9A. Grayscale: #787878. Windows color (decimal): -13917339 or 6660907. OLE color: 6660907.

HSL color Cylindrical-coordinate representation of color #2BA365: hue angle of 149º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA365 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB43163101-
CMYK0.7400.380.36
HSL149º58.25%40.39%-
HSV(B)149º73.62%63.92%-
XYZ16.4427.6516.78-
YUV120.05117.2473.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 163 (64.06% from 255) = 53.09%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=14.01%
G=53.09%
B=32.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431631010.7400.380.3614958.2540.39
Hex2BA3654A02624953a28
Octal53243145112046442257250
Binary1010111010001111001011001010010011010010010010101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,163,101); }

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

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

 a { background-color: rgb(43,163,101); }

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

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

 span { border-color: rgb(43,163,101); }

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