#2BAB5C

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

Shades of Eucalyptus #2BAB5C

Tints of Eucalyptus #2BAB5C

Color information

#2BAB5C (or 0x2BAB5C) is unknown color: approx Eucalyptus. HEX triplet: 2B, AB and 5C. RGB value is (43,171,92). Sum of RGB (Red+Green+Blue) = 43+171+92=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB5C is #D454A3. Grayscale: #7B7B7B. Windows color (decimal): -13915300 or 6073131. OLE color: 6073131.

HSL color Cylindrical-coordinate representation of color #2BAB5C: hue angle of 142.97º 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 #2BAB5C is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB4317192-
CMYK0.7500.460.33
HSL142.97º59.81%41.96%-
HSV(B)142.97º74.85%67.06%-
XYZ17.4930.4115.07-
YUV123.72110.0970.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=14.05%
G=55.88%
B=30.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43171920.7500.460.33142.9759.8141.96
Hex2BAB5C4B02E218f3c2a
Octal53253134113056412177452
Binary1010111010101110111001001011010111010000110001111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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