#2BA26A

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

Shades of Eucalyptus #2BA26A

Tints of Eucalyptus #2BA26A

Color information

#2BA26A (or 0x2BA26A) is unknown color: approx Eucalyptus. HEX triplet: 2B, A2 and 6A. RGB value is (43,162,106). Sum of RGB (Red+Green+Blue) = 43+162+106=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA26A is #D45D95. Grayscale: #787878. Windows color (decimal): -13917590 or 6988331. OLE color: 6988331.

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

Color convert

RGB43162106-
CMYK0.7300.350.36
HSL151.76º58.05%40.2%-
HSV(B)151.76º73.46%63.53%-
XYZ16.5227.3918.05-
YUV120.04120.0873.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=13.83%
G=52.09%
B=34.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431621060.7300.350.36151.7658.0540.2
Hex2BA26A4902324983a28
Octal53242152111043442307250
Binary1010111010001011010101001001010001110010010011000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,106); }

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

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

 a { background-color: rgb(43,162,106); }

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

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

 span { border-color: rgb(43,162,106); }

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