#2BAB61

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

Shades of Eucalyptus #2BAB61

Tints of Eucalyptus #2BAB61

Color information

#2BAB61 (or 0x2BAB61) is unknown color: approx Eucalyptus. HEX triplet: 2B, AB and 61. RGB value is (43,171,97). Sum of RGB (Red+Green+Blue) = 43+171+97=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB61 is #D4549E. Grayscale: #7C7C7C. Windows color (decimal): -13915295 or 6400811. OLE color: 6400811.

HSL color Cylindrical-coordinate representation of color #2BAB61: hue angle of 145.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB61 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB4317197-
CMYK0.7500.430.33
HSL145.31º59.81%41.96%-
HSV(B)145.31º74.85%67.06%-
XYZ17.7230.516.26-
YUV124.29112.5970.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=13.83%
G=54.98%
B=31.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43171970.7500.430.33145.3159.8141.96
Hex2BAB614B02B21913c2a
Octal53253141113053412217452
Binary1010111010101111000011001011010101110000110010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,97); }

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

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

 a { background-color: rgb(43,171,97); }

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

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

 span { border-color: rgb(43,171,97); }

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